Skip to content

Commit 91575da

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
1 parent caccc83 commit 91575da

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
@@ -24,11 +24,11 @@ repos:
2424
- id: detect-private-key
2525
- id: mixed-line-ending
2626
- repo: https://github.com/pycqa/flake8
27-
rev: "7.0.0"
27+
rev: "7.1.0"
2828
hooks:
2929
- id: flake8
3030
- repo: https://github.com/psf/black
31-
rev: 24.3.0
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434
name: Format code

0 commit comments

Comments
 (0)