Skip to content

Commit 8419101

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.0 → 24.2.0](psf/black@23.10.0...24.2.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 650c855 commit 8419101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.10.0
3+
rev: 24.2.0
44
hooks:
55
- id: black
66
language_version: python3
@@ -31,10 +31,10 @@ repos:
3131
- id: sort-simple-yaml
3232
- id: trailing-whitespace
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.1.0
34+
rev: 7.0.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.12.0
38+
rev: 5.13.2
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)