Skip to content

Commit 53e6e76

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) - 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/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 4730efa commit 53e6e76

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
@@ -1,7 +1,7 @@
11
# https://pre-commit.com/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -14,13 +14,13 @@ repos:
1414
hooks:
1515
- id: flake8
1616
args: [ --max-line-length=120 ]
17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
args: [--safe, --line-length=120]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.0.1
23+
rev: 6.1.0
2424
hooks:
2525
- id: isort
2626
args: ['--profile', 'black']

0 commit comments

Comments
 (0)