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 218396c commit 6fdfb06Copy full SHA for 6fdfb06
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ repos:
8
- "-x *test*.py"
9
10
- repo: https://github.com/psf/black
11
- rev: 22.3.0
+ rev: 22.6.0
12
hooks:
13
- id: black
14
language_version: python3.8
15
16
- repo: https://github.com/pycqa/flake8
17
- rev: 4.0.1
+ rev: 5.0.2
18
19
- id: flake8
20
args:
@@ -26,7 +26,7 @@ repos:
26
- id: isort
27
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v4.2.0
+ rev: v4.3.0
30
31
- id: requirements-txt-fixer
32
files: requirements/.*\.txt$
@@ -40,7 +40,7 @@ repos:
40
- id: detect-private-key
41
42
- repo: https://github.com/adrienverge/yamllint
43
- rev: v1.26.3
+ rev: v1.27.1
44
45
- id: yamllint
46
0 commit comments