Skip to content

Commit 28c4ab6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0)
1 parent 75aea1f commit 28c4ab6

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)