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 3744b5d commit 6e0e240Copy full SHA for 6e0e240
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.1.0
4
hooks:
5
- id: check-case-conflict
6
- id: check-merge-conflict
@@ -11,7 +11,7 @@ repos:
11
- id: check-yaml
12
- id: requirements-txt-fixer
13
- repo: https://github.com/pre-commit/mirrors-prettier
14
- rev: v2.5.0
+ rev: v2.5.1
15
16
- id: prettier
17
- repo: https://github.com/PyCQA/isort
@@ -30,7 +30,7 @@ repos:
30
- id: pyupgrade
31
args: [--py37-plus]
32
- repo: https://github.com/psf/black
33
- rev: 21.11b1
+ rev: 21.12b0
34
35
- id: black
36
- repo: https://github.com/PyCQA/bandit
0 commit comments