We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a1043 commit 64b3848Copy full SHA for 64b3848
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.10.0
+ rev: 23.3.0
4
hooks:
5
- id: black
6
@@ -12,7 +12,7 @@ repos:
12
- flake8-bugbear==22.7.1
13
14
- repo: https://github.com/PyCQA/isort
15
- rev: 5.10.1
+ rev: 5.12.0
16
17
- id: isort
18
@@ -28,7 +28,7 @@ repos:
28
- id: check-json
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v3.2.2
+ rev: v3.3.1
32
33
- id: pyupgrade
34
args: [--py36-plus]
0 commit comments