Skip to content

Commit a854b1a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.0](rbubley/mirrors-prettier@v3.5.3...v3.6.0)
1 parent 580d17c commit a854b1a

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.11.12"
13+
rev: "v0.12.0"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -53,15 +53,15 @@ repos:
5353
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
5454
]
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.16.0
56+
rev: v1.16.1
5757
hooks:
5858
- id: mypy
5959
language: python
6060
pass_filenames: false
6161
require_serial: true
6262
additional_dependencies: ["types-typed-ast"]
6363
- repo: https://github.com/rbubley/mirrors-prettier
64-
rev: v3.5.3
64+
rev: v3.6.0
6565
hooks:
6666
- id: prettier
6767
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)