Skip to content

Commit 1aad8cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.2.0](PyCQA/flake8@6.0.0...7.2.0)
1 parent 3398c36 commit 1aad8cb

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
1414
- id: fix-byte-order-marker
1515
- id: mixed-line-ending
1616
- repo: https://github.com/psf/black
17-
rev: 23.1.0
17+
rev: 25.1.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.0.0
21+
rev: 7.2.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: ['flake8-pyproject', 'flake8-docstrings', 'darglint']

0 commit comments

Comments
 (0)