Skip to content

Commit 9c5fad4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [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: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2)
1 parent 16b39d2 commit 9c5fad4

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
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
language_version: python3
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414

1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
16+
rev: 7.1.2
1717
hooks:
1818
- id: flake8
1919
exclude: docs

0 commit comments

Comments
 (0)