Skip to content

Commit 5c15b92

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0)
1 parent 7cd3cab commit 5c15b92

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
@@ -10,18 +10,18 @@ exclude: >
1010
repos:
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.1.2
20+
rev: 7.3.0
2121
hooks:
2222
- id: flake8
2323

2424
- repo: https://github.com/psf/black
25-
rev: 25.1.0
25+
rev: 25.9.0
2626
hooks:
2727
- id: black

0 commit comments

Comments
 (0)