Skip to content

Commit 4d6959f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.2.0](PyCQA/flake8@6.1.0...7.2.0) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0)
1 parent 4d151bc commit 4d6959f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# vim: set nospell:
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
args: [--markdown-linebreak-ext=md]
@@ -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: "6.0.1"
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: "6.1.0"
19+
rev: "7.2.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: "25.1.0"
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)