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 756a48f commit cb289fdCopy full SHA for cb289fd
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: end-of-file-fixer
20
- id: trailing-whitespace
21
- repo: https://github.com/python-poetry/poetry
22
- rev: 2.1.3
+ rev: 2.2.0
23
hooks:
24
- id: poetry-check
25
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -33,7 +33,7 @@ repos:
33
- id: pyupgrade
34
args: [--py39-plus]
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.12.12
+ rev: v0.13.0
37
38
# - id: ruff
39
# args: [--fix, --exit-non-zero-on-fix]
0 commit comments