Skip to content

Commit 9eb90a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 972b533 commit 9eb90a3

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
@@ -10,10 +10,10 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-merge-conflict
1212
- repo: https://github.com/psf/black
13-
rev: 23.11.0
13+
rev: 24.2.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8

0 commit comments

Comments
 (0)