Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#496)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/add-trailing-comma: v3.0.1 → v3.1.0](asottile/add-trailing-comma@v3.0.1...v3.1.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: David R. Reich <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and SiQube authored Sep 5, 2023
1 parent 57881ac commit 6a98c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
Expand Down Expand Up @@ -85,12 +85,12 @@ repos:
- id: no-commit-to-branch
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-autopep8
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
- repo: https://github.com/PyCQA/doc8
Expand Down

0 comments on commit 6a98c9b

Please sign in to comment.