Skip to content

Commit da305e5

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.1.1](PyCQA/flake8@6.0.0...7.1.1)
1 parent 0f95d8d commit da305e5

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,16 +1,16 @@
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: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.1.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/flake8
13-
rev: 6.0.0
13+
rev: 7.1.1
1414
hooks:
1515
- id: flake8
1616
types: [file, python]

0 commit comments

Comments
 (0)