Skip to content

Commit b8aeab0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2) - [github.com/PyCQA/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2)
1 parent 2c06019 commit b8aeab0

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
@@ -1,22 +1,22 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 6.1.0
3+
rev: 7.0.0
44
hooks:
55
- id: flake8
66
args: ["--config", ".flake8"]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-toml
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: mixed-line-ending
1414
- repo: https://github.com/psf/black
15-
rev: 23.11.0
15+
rev: 24.4.2
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.13.1
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
args: ["--profile", "black"]

0 commit comments

Comments
 (0)