Skip to content

Commit 21eccfc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) - [github.com/pycqa/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2)
1 parent 7b49341 commit 21eccfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ repos:
88
- id: check-toml
99
- id: check-added-large-files
1010
- id: debug-statements
11-
- repo: https://gitlab.com/pycqa/flake8
11+
- repo: https://github.com/PyCQA/flake8
1212
rev: "3.9.2"
1313
hooks:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.6b0"
17+
rev: "21.7b0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.8.0
21+
rev: 5.9.2
2222
hooks:
2323
- id: isort
2424
name: isort (python)

0 commit comments

Comments
 (0)