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 f581d5a + 6fdf4d9 commit f43c8bdCopy full SHA for f43c8bd
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
args: [--fix=lf]
10
- id: debug-statements
11
# code formatting
12
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/PyCQA/flake8
13
rev: 4.0.1
14
hooks:
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- - repo: https://github.com/python/black
18
- rev: 21.9b0
+ - repo: https://github.com/psf/black
+ rev: 21.12b0
19
20
- id: black
21
args: [--safe, --line-length=120]
0 commit comments