Skip to content

Commit

Permalink
Merge pull request #18 from RonnyPfannschmidt/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
RonnyPfannschmidt authored Sep 19, 2023
2 parents ebc0136 + cbf3f59 commit 2c7c3ff
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.11.0
hooks:
- id: reorder-python-imports
args: [ "--application-directories=.:src" , --py3-plus]
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 2c7c3ff

Please sign in to comment.