Skip to content

Commit 154e342

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.6.3](astral-sh/ruff-pre-commit@v0.4.10...v0.6.3) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/pycqa/pylint: v3.2.3 → v3.2.7](pylint-dev/pylint@v3.2.3...v3.2.7)
1 parent 553c9e4 commit 154e342

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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,17 +33,17 @@ 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.6.3"
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
4040
- repo: https://github.com/psf/black
41-
rev: 24.4.2
41+
rev: 24.8.0
4242
hooks:
4343
- id: black
4444
language_version: python3
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.10.0
46+
rev: v1.11.2
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.7
5858
hooks:
5959
- id: pylint
6060
# see https://github.com/PyCQA/pylint/issues/6535

0 commit comments

Comments
 (0)