Skip to content

Commit bbed3cf

Browse files
chore: pre-commit autoupdate (#537)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/streetsidesoftware/cspell-cli: v8.17.1 → v8.17.2](streetsidesoftware/cspell-cli@v8.17.1...v8.17.2) - [github.com/pycqa/pylint.git: v3.3.3 → v3.3.4](https://github.com/pycqa/pylint.git/compare/v3.3.3...v3.3.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b733166 commit bbed3cf

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
@@ -68,7 +68,7 @@ repos:
6868
- id: tox-ini-fmt
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.9.3
71+
rev: v0.9.4
7272
hooks:
7373
- id: ruff
7474
args:
@@ -79,7 +79,7 @@ repos:
7979
types_or: [python, pyi]
8080

8181
- repo: https://github.com/streetsidesoftware/cspell-cli
82-
rev: v8.17.1
82+
rev: v8.17.2
8383
hooks:
8484
- id: cspell
8585
name: Spell check with cspell
@@ -93,7 +93,7 @@ repos:
9393
pass_filenames: false
9494

9595
- repo: https://github.com/pycqa/pylint.git
96-
rev: v3.3.3
96+
rev: v3.3.4
9797
hooks:
9898
- id: pylint
9999
args:

0 commit comments

Comments
 (0)