Skip to content

Commit 866c09e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0) - [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent a7549c8 commit 866c09e

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
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
args: ['--maxkb=2000']
1010
- repo: https://github.com/psf/black
11-
rev: 23.11.0
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414
args: ["--line-length", "140"]
1515
- repo: https://github.com/pycqa/flake8
16-
rev: 6.1.0
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
args: ["--ignore=E722,E501"]
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.12.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)