Skip to content

Commit 71c947e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.9.1 → 5.10.1](PyCQA/isort@v5.9.1...5.10.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
1 parent 071a248 commit 71c947e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: double-quote-string-fixer
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
15-
- repo: https://github.com/pre-commit/mirrors-isort
16-
rev: v5.9.1
15+
- repo: https://github.com/PyCQA/isort
16+
rev: 5.10.1
1717
hooks:
1818
- id: isort
19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.9.2
19+
- repo: https://github.com/PyCQA/flake8
20+
rev: 4.0.1
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)