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.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0)
- https://github.com/sqlalchemyorg/zimports/: v0.5.0 → v0.6.0
- [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v3.7.0](asottile/pyupgrade@v2.32.1...v3.7.0)
- [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2023
1 parent 123e323 commit 17204f9
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.4.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.0
hooks:
- id: zimports
args: [ --style=pycharm ]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: [ --py36-plus ]
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
rev: '6.0.0'
hooks:
- id: flake8
exclude: (__pycache__|.venv|tmp|.tox)
Expand Down

0 comments on commit 17204f9

Please sign in to comment.