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 7b49341 + 21eccfc commit 6491bc5Copy full SHA for 6491bc5
.pre-commit-config.yaml
@@ -8,17 +8,17 @@ repos:
8
- id: check-toml
9
- id: check-added-large-files
10
- id: debug-statements
11
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
12
rev: "3.9.2"
13
hooks:
14
- id: flake8
15
additional_dependencies: [flake8-import-order, flake8-bugbear]
16
- repo: https://github.com/psf/black
17
- rev: "21.6b0"
+ rev: "21.7b0"
18
19
- id: black
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.8.0
+ rev: 5.9.2
22
23
- id: isort
24
name: isort (python)
0 commit comments