Skip to content

Commit b512cf9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/psf/black: 21.9b0 → 24.4.2](psf/black@21.9b0...24.4.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0) - [github.com/PyCQA/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
1 parent b7b8f6b commit b512cf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 21.9b0
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: "4.0.1"
13+
rev: "7.1.0"
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/PyCQA/isort
17-
rev: "5.9.3"
17+
rev: "5.13.2"
1818
hooks:
1919
- id: isort

0 commit comments

Comments
 (0)