Skip to content

Commit 713eb11

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
1 parent 4d151bc commit 713eb11

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,18 +12,18 @@ repos:
1212
- id: check-added-large-files
1313
- id: debug-statements
1414
- repo: https://github.com/pycqa/isort
15-
rev: "5.12.0"
15+
rev: "5.13.2"
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: "6.1.0"
19+
rev: "7.0.0"
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
2323
- flake8-comprehensions
2424
- flake8-bugbear
2525
exclude: docs\/.*
2626
- repo: https://github.com/psf/black
27-
rev: "23.11.0"
27+
rev: "23.12.1"
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)