Skip to content

Commit dc69fdb

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.1](PyCQA/flake8@3.9.2...7.1.1)
1 parent 071a248 commit dc69fdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.1
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ['flake8-bugbear']

0 commit comments

Comments
 (0)