We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c368f3f commit 754e3f1Copy full SHA for 754e3f1
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v3.3.0
+ rev: v3.4.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -13,12 +13,12 @@ repos:
13
14
- id: black
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.7.3
+ rev: v2.10.0
17
18
- id: pyupgrade
19
args: ['--py36-plus']
20
- repo: https://github.com/timothycrosley/isort
21
- rev: 5.6.4
+ rev: 5.7.0
22
23
- id: isort
24
- repo: https://gitlab.com/pycqa/flake8
0 commit comments