Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- https://github.com/sqlalchemyorg/zimports/: v0.5.0 → v0.6.1
- [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1)
- [github.com/asottile/pyupgrade: v2.32.1 → v3.15.0](asottile/pyupgrade@v2.32.1...v3.15.0)
- [github.com/pycqa/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent 123e323 commit 4af5991
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,21 +13,21 @@ repos:
# is set to the same style that is enforced by zimports.
# E.g. add `import-order-style = google` to your .flake8 file.
- repo: https://github.com/sqlalchemyorg/zimports/
rev: v0.5.0
rev: v0.6.1
hooks:
- id: zimports
args: [ --style=pycharm ]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [ --py36-plus ]
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
rev: '6.1.0'
hooks:
- id: flake8
exclude: (__pycache__|.venv|tmp|.tox)
Expand Down

0 comments on commit 4af5991

Please sign in to comment.