Skip to content

Commit 05ebf36

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.11.7](astral-sh/ruff-pre-commit@v0.0.261...v0.11.7) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v8.19.0](streetsidesoftware/cspell-cli@v6.31.0...v8.19.0) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.5](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.5) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](codespell-project/codespell@v2.2.4...v2.4.1) - [github.com/adrienverge/yamllint: v1.30.0 → v1.37.0](adrienverge/yamllint@v1.30.0...v1.37.0) - [github.com/pycqa/pylint: v2.17.1 → v3.3.6](pylint-dev/pylint@v2.17.1...v3.3.6)
1 parent 6be1a58 commit 05ebf36

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
4-
rev: "v0.0.261"
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
4+
rev: "v0.11.7"
55
hooks:
66
- id: ruff
77
args:
88
- "--fix"
99
- "--exit-non-zero-on-fix"
1010

1111
- repo: https://github.com/pre-commit/mirrors-prettier
12-
rev: "v3.0.0-alpha.6"
12+
rev: "v4.0.0-alpha.8"
1313
hooks:
1414
- id: prettier
1515
additional_dependencies:
1616
- prettier
1717
- prettier-plugin-toml
1818

1919
- repo: https://github.com/psf/black
20-
rev: 23.3.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/streetsidesoftware/cspell-cli
25-
rev: v6.31.0
25+
rev: v8.19.0
2626
hooks:
2727
- id: cspell
2828
name: Spell check with cspell
2929

3030
- repo: https://github.com/Lucas-C/pre-commit-hooks
31-
rev: v1.4.2
31+
rev: v1.5.5
3232
hooks:
3333
- id: remove-tabs
3434

3535
- repo: https://github.com/pre-commit/pre-commit-hooks
36-
rev: v4.4.0
36+
rev: v5.0.0
3737
hooks:
3838
- id: check-merge-conflict
3939
- id: check-symlinks
@@ -44,12 +44,12 @@ repos:
4444
- id: trailing-whitespace
4545

4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.2.4
47+
rev: v2.4.1
4848
hooks:
4949
- id: codespell
5050

5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.30.0
52+
rev: v1.37.0
5353
hooks:
5454
- id: yamllint
5555
args:
@@ -62,7 +62,7 @@ repos:
6262
- id: darglint
6363

6464
- repo: https://github.com/pycqa/pylint
65-
rev: v2.17.1
65+
rev: v3.3.6
6666
hooks:
6767
- id: pylint
6868
additional_dependencies:

0 commit comments

Comments
 (0)