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 c2ccbb1 commit d6d3dabCopy full SHA for d6d3dab
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.4.0
4
# See https://pre-commit.com/hooks.html
5
hooks:
6
- id: check-case-conflict
@@ -18,18 +18,18 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/psf/black
21
- rev: 22.10.0
+ rev: 23.1.0
22
23
- id: black
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 5.10.1
+ rev: 5.12.0
27
28
- id: isort
29
args: [ --profile, black ]
30
31
- repo: https://github.com/PyCQA/flake8
32
- rev: 5.0.4
+ rev: 6.0.0
33
34
- id: flake8
35
0 commit comments