Skip to content

Commit cb6a7f3

Browse files
chore(pre-commit): autoupdate hooks
updates: - [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 406f0d1 commit cb6a7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.4.2
21+
rev: 24.8.0
2222
hooks:
2323
- id: black
2424
types:
2525
- python
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.1.0
28+
rev: 7.1.1
2929
hooks:
3030
- id: flake8
3131
types:

0 commit comments

Comments
 (0)