Skip to content

Commit 4c73787

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.7.0 → 5.9.3](PyCQA/isort@v5.7.0...5.9.3) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1)
1 parent 76c77e3 commit 4c73787

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
2-
- repo: https://github.com/pre-commit/mirrors-isort
3-
rev: v5.7.0
2+
- repo: https://github.com/PyCQA/isort
3+
rev: 5.9.3
44
hooks:
55
- id: isort
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v3.4.0
7+
rev: v4.0.1
88
hooks:
99
- id: check-added-large-files
1010
args: ["--maxkb=128"]
@@ -28,8 +28,8 @@ repos:
2828
- id: pretty-format-json
2929
args: ["--autofix", "--no-sort-keys", "--indent=4"]
3030
- id: trailing-whitespace
31-
- repo: https://gitlab.com/pycqa/flake8
32-
rev: 3.8.4
31+
- repo: https://github.com/PyCQA/flake8
32+
rev: 4.0.1
3333
hooks:
3434
- id: flake8
3535
additional_dependencies:

0 commit comments

Comments
 (0)