Skip to content

Commit ad2c961

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 08e762e commit ad2c961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.4.2
17+
rev: 24.8.0
1818
hooks:
1919
- id: black
2020
- id: black-jupyter
@@ -25,7 +25,7 @@ repos:
2525
- id: blackdoc
2626

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

0 commit comments

Comments
 (0)