Skip to content

Commit 0cf51a4

Browse files
[pre-commit.ci] pre-commit autoupdate (#124)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a26275 commit 0cf51a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ repos:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration
2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 7.1.0
27+
rev: 7.1.1
2828
hooks:
2929
- id: flake8

0 commit comments

Comments
 (0)