Skip to content

Commit 678ebf9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycontribs/mirrors-prettier: v3.3.2 → v3.3.3](pycontribs/mirrors-prettier@v3.3.2...v3.3.3) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.10...v0.5.2) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/pycqa/pylint: v3.2.3 → v3.2.5](pylint-dev/pylint@v3.2.3...v3.2.5)
1 parent 553c9e4 commit 678ebf9

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
@@ -6,7 +6,7 @@ exclude: |
66
repos:
77
- repo: https://github.com/pycontribs/mirrors-prettier
88
# keep it before yamllint
9-
rev: v3.3.2
9+
rev: v3.3.3
1010
hooks:
1111
- id: prettier
1212
always_run: true
@@ -33,7 +33,7 @@ repos:
3333
types: [file, yaml]
3434
entry: yamllint --strict
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.4.10"
36+
rev: "v0.5.2"
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
4343
- id: black
4444
language_version: python3
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.10.0
46+
rev: v1.10.1
4747
hooks:
4848
- id: mypy
4949
# empty args needed in order to match mypy cli behavior
@@ -54,7 +54,7 @@ repos:
5454
- packaging
5555
- rich>=11.0.0
5656
- repo: https://github.com/pycqa/pylint
57-
rev: v3.2.3
57+
rev: v3.2.5
5858
hooks:
5959
- id: pylint
6060
# see https://github.com/PyCQA/pylint/issues/6535

0 commit comments

Comments
 (0)