Skip to content

Commit 04fd861

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.8.0 → 24.10.0](psf/black@22.8.0...24.10.0)
1 parent e16944a commit 04fd861

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,20 +14,20 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.4
17+
rev: 7.1.1
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/asottile/seed-isort-config
2121
rev: v2.2.0
2222
hooks:
2323
- id: seed-isort-config
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.10.1
25+
rev: 5.13.2
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/psf/black
30-
rev: 22.8.0
30+
rev: 24.10.0
3131
hooks:
3232
- id: black
3333
args: ["--line-length", "100", "--skip-string-normalization"]

0 commit comments

Comments
 (0)