Skip to content

Commit

Permalink
Merge pull request pallets-eco#99 from pallets-eco/pre-commit-ci-upda…
Browse files Browse the repository at this point in the history
…te-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
davidism authored Sep 19, 2022
2 parents fad988c + 3806477 commit eeb2cdd
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 @@ -5,15 +5,15 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v2.38.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
Expand Down

0 comments on commit eeb2cdd

Please sign in to comment.