Skip to content

Commit c50e9dc

Browse files
[pre-commit.ci] pre-commit autoupdate (#487)
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 f0eeda8 commit c50e9dc

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
@@ -8,14 +8,14 @@ repos:
88
- id: isort
99

1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 24.8.0
1212
hooks:
1313
- id: black
1414
args:
1515
- --preview
1616

1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.1.0
18+
rev: 7.1.1
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)