Skip to content

Commit b9ba21b

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: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 5991d6e commit b9ba21b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: '^.*\.xtf|.*\.xml|.*\.ili'
44
repos:
55
# Fix end of files
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -24,30 +24,30 @@ repos:
2424

2525
# Sort imports
2626
- repo: https://github.com/pycqa/isort
27-
rev: "5.13.2"
27+
rev: "6.1.0"
2828
hooks:
2929
- id: isort
3030
args:
3131
- --profile
3232
- black
3333

3434
# Black formatting
35-
- repo: https://github.com/psf/black
36-
rev: "24.10.0"
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: "25.9.0"
3737
hooks:
3838
- id: black
3939
args: ["--line-length=99"]
4040

4141
# tool to automatically upgrade syntax for newer versions of the language
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.19.1
43+
rev: v3.20.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py37-plus]
4747

4848
# Lint files
4949
- repo: https://github.com/pycqa/flake8
50-
rev: "7.1.1"
50+
rev: "7.3.0"
5151
hooks:
5252
- id: flake8
5353
args: [

0 commit comments

Comments
 (0)