Skip to content

Commit fdaec59

Browse files
chore: pre-commit autoupdate
updates: - [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/streetsidesoftware/cspell-cli: v8.13.3 → v8.17.3](streetsidesoftware/cspell-cli@v8.13.3...v8.17.3) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.9.9](astral-sh/ruff-pre-commit@v0.6.3...v0.9.9) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pycqa/pylint: v3.2.7 → v3.3.4](pylint-dev/pylint@v3.2.7...v3.3.4)
1 parent 1d23a10 commit fdaec59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude: >
1717
)$
1818
repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer
@@ -31,20 +31,20 @@ repos:
3131
hooks:
3232
- id: shellcheck
3333
- repo: https://github.com/streetsidesoftware/cspell-cli
34-
rev: v8.13.3
34+
rev: v8.17.3
3535
hooks:
3636
- id: cspell
3737
- repo: https://github.com/pycqa/isort
38-
rev: 5.13.2
38+
rev: 6.0.1
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/psf/black
42-
rev: 24.8.0
42+
rev: 25.1.0
4343
hooks:
4444
- id: black
4545
language_version: python3
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.11.2
47+
rev: v1.15.0
4848
hooks:
4949
- id: mypy
5050
# empty args needed in order to match mypy cli behavior
@@ -70,15 +70,15 @@ repos:
7070
- xxhash
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: "v0.6.3"
73+
rev: "v0.9.9"
7474
hooks:
7575
- id: ruff
7676
args: [
7777
--fix,
7878
--exit-non-zero-on-fix,
7979
]
8080
- repo: https://github.com/PyCQA/flake8
81-
rev: 7.1.1
81+
rev: 7.1.2
8282
hooks:
8383
- id: flake8
8484
args: [
@@ -87,7 +87,7 @@ repos:
8787
]
8888

8989
- repo: https://github.com/pycqa/pylint
90-
rev: v3.2.7
90+
rev: v3.3.4
9191
hooks:
9292
- id: pylint
9393
args:

0 commit comments

Comments
 (0)