Skip to content

Commit fe03a3c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent 335be1e commit fe03a3c

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.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-executables-have-shebangs
66
- id: check-yaml
@@ -14,12 +14,12 @@ repos:
1414
- id: auto-walrus
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.4.2
17+
rev: 24.8.0
1818
hooks:
1919
- id: black
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.1.0
22+
rev: 7.1.1
2323
hooks:
2424
- id: flake8
2525
args:

0 commit comments

Comments
 (0)