We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d572cd commit a2d9d2fCopy full SHA for a2d9d2f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-ast
6
- id: check-case-conflict
@@ -10,21 +10,21 @@ repos:
10
- id: debug-statements
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v3.2.0
+ rev: v3.3.1
14
15
- id: pyupgrade
16
17
- repo: https://github.com/psf/black
18
- rev: 22.10.0
+ rev: 23.1.0
19
20
- id: black
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: 5.0.4
+ rev: 6.0.0
24
25
- id: flake8
26
27
- repo: https://github.com/PyCQA/isort
28
- rev: 5.10.1
+ rev: 5.12.0
29
30
- id: isort
0 commit comments