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.
2 parents 76c77e3 + 4c73787 commit b684146Copy full SHA for b684146
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- - repo: https://github.com/pre-commit/mirrors-isort
3
- rev: v5.7.0
+ - repo: https://github.com/PyCQA/isort
+ rev: 5.9.3
4
hooks:
5
- id: isort
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v3.4.0
+ rev: v4.0.1
8
9
- id: check-added-large-files
10
args: ["--maxkb=128"]
@@ -28,8 +28,8 @@ repos:
28
- id: pretty-format-json
29
args: ["--autofix", "--no-sort-keys", "--indent=4"]
30
- id: trailing-whitespace
31
- - repo: https://gitlab.com/pycqa/flake8
32
- rev: 3.8.4
+ - repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
33
34
- id: flake8
35
additional_dependencies:
0 commit comments