Skip to content

Commit 094088f

Browse files
authored
Merge pull request #742 from cherrypy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 51fddcd + bb97083 commit 094088f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,39 +60,39 @@ repos:
6060
- id: no_optional
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit.git
63-
rev: v0.11.7
63+
rev: v0.13.3
6464
hooks:
6565
- id: ruff
6666
args:
6767
# Ref: https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
6868
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit.git
71-
rev: v0.11.7
71+
rev: v0.13.3
7272
hooks:
7373
- id: ruff-format
7474
alias: ruff-format-first-pass
7575
name: ruff-format (first pass)
7676

7777
- repo: https://github.com/asottile/add-trailing-comma.git
78-
rev: v3.1.0
78+
rev: v3.2.0
7979
hooks:
8080
- id: add-trailing-comma
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit.git
83-
rev: v0.11.7
83+
rev: v0.13.3
8484
hooks:
8585
- id: ruff-format
8686
alias: ruff-format-second-pass
8787
name: ruff-format (second pass)
8888

8989
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
90-
rev: v1.5.1
90+
rev: v1.5.5
9191
hooks:
9292
- id: remove-tabs
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema.git
95-
rev: 0.28.6
95+
rev: 0.34.0
9696
hooks:
9797
- id: check-github-workflows
9898
files: ^\.github/workflows/[^/]+$
@@ -166,7 +166,7 @@ repos:
166166
- id: debug-statements
167167

168168
- repo: https://github.com/adrienverge/yamllint.git
169-
rev: v1.32.0
169+
rev: v1.37.1
170170
hooks:
171171
- id: yamllint
172172
types:
@@ -317,7 +317,7 @@ repos:
317317
$
318318
319319
- repo: https://github.com/PyCQA/pylint.git
320-
rev: v3.1.0
320+
rev: v3.3.9
321321
hooks:
322322
- id: pylint
323323
additional_dependencies:

0 commit comments

Comments
 (0)