Skip to content

Commit

Permalink
Update hooks especially black version (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboucaud committed Apr 8, 2022
1 parent 1508c33 commit 60d2368
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -17,7 +17,7 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -28,6 +28,6 @@ repos:
additional_dependencies: [flake8-typing-imports==1.7.0]
args: ['--ignore=E501,E203,E731,W503']
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

0 comments on commit 60d2368

Please sign in to comment.