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 99bd406 commit 9deec4fCopy full SHA for 9deec4f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v3.2.0
+ rev: v3.3.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -18,16 +18,16 @@ repos:
18
- id: blacken-docs
19
additional_dependencies: [black==20.8b1]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v2.7.2
+ rev: v2.7.3
22
23
- id: pyupgrade
24
args: ['--py36-plus']
25
- repo: https://github.com/timothycrosley/isort
26
- rev: 5.5.2
+ rev: 5.6.4
27
28
- id: isort
29
- repo: https://gitlab.com/pycqa/flake8
30
- rev: 3.8.3
+ rev: 3.8.4
31
32
- id: flake8
33
args: ['--config=tox.ini']
0 commit comments