Skip to content

Commit f2aeea6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0) - [github.com/psf/black: 20.8b1 → 25.1.0](psf/black@20.8b1...25.1.0) - [github.com/PyCQA/flake8: 3.8.4 → 7.3.0](PyCQA/flake8@3.8.4...7.3.0)
1 parent 334bab6 commit f2aeea6

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,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88

99
- repo: https://github.com/psf/black
10-
rev: 20.8b1
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.8.4
15+
rev: 7.3.0
1616
hooks:
1717
- id: flake8
1818

0 commit comments

Comments
 (0)