Skip to content

Commit 53ff04a

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.15.2](streetsidesoftware/cspell-cli@v8.13.3...v8.15.2) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) - [github.com/pycqa/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1)
1 parent 996a075 commit 53ff04a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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.15.2
3535
hooks:
3636
- id: cspell
3737
- repo: https://github.com/pycqa/isort
3838
rev: 5.13.2
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/psf/black
42-
rev: 24.8.0
42+
rev: 24.10.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.13.0
4848
hooks:
4949
- id: mypy
5050
# empty args needed in order to match mypy cli behavior
@@ -70,7 +70,7 @@ repos:
7070
- xxhash
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: "v0.6.3"
73+
rev: "v0.7.2"
7474
hooks:
7575
- id: ruff
7676
args: [
@@ -87,7 +87,7 @@ repos:
8787
]
8888

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

0 commit comments

Comments
 (0)