Skip to content

Commit 2d999ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 25.1.0](psf/black@24.4.0...25.1.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2)
1 parent de91af7 commit 2d999ed

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
@@ -6,21 +6,21 @@ repos:
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
exclude: ^docs/.*|.*.md
1919
- id: end-of-file-fixer
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.4.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
language_version: python3
@@ -32,6 +32,6 @@ repos:
3232
args: ["-d", "relaxed"]
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: 7.0.0
35+
rev: 7.1.2
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)