Skip to content

Commit

Permalink
Merge pull request #539 from madmaze/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
bozhodimitrov committed Mar 30, 2024
2 parents 99b0720 + 9f9531d commit 2bee9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^(tests/data/)
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args: [-S, --line-length=79, --safe, --quiet]
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
rev: v2.1.0
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder-python-imports
Expand All @@ -30,7 +30,7 @@ repos:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 2bee9f4

Please sign in to comment.