Skip to content

Commit 9203f22

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.9.3](PyCQA/isort@v5.9.1...5.9.3) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
1 parent 071a248 commit 9203f22

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
@@ -12,11 +12,11 @@ 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.9.3
1717
hooks:
1818
- id: isort
19-
- repo: https://gitlab.com/pycqa/flake8
19+
- repo: https://github.com/PyCQA/flake8
2020
rev: 3.9.2
2121
hooks:
2222
- id: flake8

0 commit comments

Comments
 (0)