Skip to content

Commit e4d556b

Browse files
chore: pre-commit autoupdate (#328)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.5...v0.11.8) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.1](streetsidesoftware/cspell-cli@v8.17.3...v8.19.1) - [github.com/pycqa/pylint.git: v3.3.6 → v3.3.7](https://github.com/pycqa/pylint.git/compare/v3.3.6...v3.3.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d92985d commit e4d556b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ repos:
5353
- id: tox-ini-fmt
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.11.5
56+
rev: v0.11.8
5757
hooks:
5858
- id: ruff
5959
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
6060
types_or: [python, pyi]
6161

6262
- repo: https://github.com/streetsidesoftware/cspell-cli
63-
rev: v8.17.3
63+
rev: v8.19.1
6464
hooks:
6565
- id: cspell
6666
name: Spell check with cspell
@@ -74,7 +74,7 @@ repos:
7474
pass_filenames: false
7575

7676
- repo: https://github.com/pycqa/pylint.git
77-
rev: v3.3.6
77+
rev: v3.3.7
7878
hooks:
7979
- id: pylint
8080
args:

0 commit comments

Comments
 (0)