Skip to content

Commit f43c8bd

Browse files
committed
Merge branch 'master' of github.com:PyCQA/pylint-django
2 parents f581d5a + 6fdf4d9 commit f43c8bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99
args: [--fix=lf]
1010
- id: debug-statements
1111
# code formatting
12-
- repo: https://gitlab.com/pycqa/flake8
12+
- repo: https://github.com/PyCQA/flake8
1313
rev: 4.0.1
1414
hooks:
1515
- id: flake8
1616
args: [ --max-line-length=120 ]
17-
- repo: https://github.com/python/black
18-
rev: 21.9b0
17+
- repo: https://github.com/psf/black
18+
rev: 21.12b0
1919
hooks:
2020
- id: black
2121
args: [--safe, --line-length=120]

0 commit comments

Comments
 (0)