Skip to content

Commit 433b051

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black: 24.4.2 → 25.9.0](psf/black@24.4.2...25.9.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0)
1 parent 62ba6d1 commit 433b051

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fail_fast: true
2020

2121
repos:
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -36,12 +36,12 @@ repos:
3636
args: ["--profile", "black"]
3737

3838
- repo: https://github.com/psf/black
39-
rev: 24.4.2
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242

4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 7.0.0
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
args:

0 commit comments

Comments
 (0)