Skip to content

Commit 667e2a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 6.0.0 → 7.0.0](PyCQA/isort@6.0.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent a6cafaa commit 667e2a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77

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

14-
- repo: https://github.com/psf/black
15-
rev: 25.1.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.9.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py310]
1919

2020
- repo: https://github.com/pycqa/flake8
21-
rev: '7.1.2'
21+
rev: '7.3.0'
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:

0 commit comments

Comments
 (0)