Skip to content

Commit d77ff5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.9.1 → 5.13.2](PyCQA/isort@v5.9.1...5.13.2) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 7.1.0](PyCQA/flake8@3.9.2...7.1.0)
1 parent 071a248 commit d77ff5e

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.6.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -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.13.2
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: 7.1.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)