Skip to content

Commit 6fdf4d9

Browse files
authored
Merge pull request #346 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 75aea1f + 28c4ab6 commit 6fdf4d9

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)