Skip to content

Commit a079b34

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/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0)
1 parent 1a2ee43 commit a079b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ exclude: >
99
repos:
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-json
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

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

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

0 commit comments

Comments
 (0)