Skip to content

Commit 75dd673

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: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 82f3813 commit 75dd673

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: "data/"
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: check-added-large-files
77
- id: check-case-conflict
@@ -16,13 +16,13 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818

19-
- repo: https://github.com/psf/black
20-
rev: "24.10.0"
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: "25.9.0"
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/hadialqattan/pycln
25-
rev: "v2.4.0"
25+
rev: "v2.6.0"
2626
hooks:
2727
- id: pycln
2828

@@ -34,19 +34,19 @@ repos:
3434
# additional_dependencies: [flake8-bugbear]
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: "5.13.2"
37+
rev: "7.0.0"
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black"]
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: "v3.19.1"
43+
rev: "v3.21.0"
4444
hooks:
4545
- id: pyupgrade
4646
args: ["--py37-plus"]
4747

4848
- repo: https://github.com/codespell-project/codespell
49-
rev: "v2.3.0"
49+
rev: "v2.4.1"
5050
hooks:
5151
- id: codespell
5252
args: ["-L", "sur,nd"]
@@ -63,7 +63,7 @@ repos:
6363
- id: rst-inline-touching-normal
6464

6565
- repo: https://github.com/shellcheck-py/shellcheck-py
66-
rev: "v0.10.0.1"
66+
rev: "v0.11.0.1"
6767
hooks:
6868
- id: shellcheck
6969

0 commit comments

Comments
 (0)