Skip to content

Commit f659be9

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.13.3](streetsidesoftware/cspell-cli@v8.13.1...v8.13.3) - [github.com/pycqa/pylint.git: v3.2.6 → v3.2.7](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.2.7) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.11.2)
1 parent 5d27647 commit f659be9

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
@@ -59,14 +59,14 @@ repos:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.5.6
62+
rev: v0.6.3
6363
hooks:
6464
- id: ruff
6565
args:
6666
- --exit-non-zero-on-fix
6767

6868
- repo: https://github.com/streetsidesoftware/cspell-cli
69-
rev: v8.13.1
69+
rev: v8.13.3
7070
hooks:
7171
- id: cspell
7272
name: Spell check with cspell
@@ -80,7 +80,7 @@ repos:
8080
pass_filenames: false
8181

8282
- repo: https://github.com/pycqa/pylint.git
83-
rev: v3.2.6
83+
rev: v3.2.7
8484
hooks:
8585
- id: pylint
8686
args:
@@ -93,7 +93,7 @@ repos:
9393
- tox
9494

9595
- repo: https://github.com/pre-commit/mirrors-mypy.git
96-
rev: v1.11.1
96+
rev: v1.11.2
9797
hooks:
9898
- id: mypy
9999
additional_dependencies:

0 commit comments

Comments
 (0)