Skip to content

Commit 02e69cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [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 a7549c8 commit 02e69cf

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
@@ -8,17 +8,17 @@ repos:
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.1.1
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.0.0
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)