We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672c8de commit db6ce7fCopy full SHA for db6ce7f
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.9.7"
+ rev: "v0.9.9"
14
hooks:
15
- id: ruff
16
args: ["--fix"]
@@ -61,11 +61,11 @@ repos:
61
require_serial: true
62
additional_dependencies: ["types-typed-ast"]
63
- repo: https://github.com/rbubley/mirrors-prettier
64
- rev: v3.5.2
+ rev: v3.5.3
65
66
- id: prettier
67
args: [--prose-wrap=always, --print-width=88]
68
- repo: https://github.com/tox-dev/pyproject-fmt
69
- rev: "v2.5.0"
+ rev: "v2.5.1"
70
71
- id: pyproject-fmt
0 commit comments