Skip to content

Commit 87fb38e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 972b533 commit 87fb38e

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: check-added-large-files
@@ -10,10 +10,10 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-merge-conflict
1212
- repo: https://github.com/psf/black
13-
rev: 23.11.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.1.0
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8

0 commit comments

Comments
 (0)