Skip to content

Commit 1b0ef0d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent a49505f commit 1b0ef0d

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,15 +11,15 @@ repos:
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
1313
- repo: https://github.com/psf/black
14-
rev: 24.8.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 7.1.1
22+
rev: 7.1.2
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)