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 e1c0b93 commit fcae324Copy full SHA for fcae324
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
26
# https://python-poetry.org/docs/pre-commit-hooks/#usage
27
- repo: https://github.com/python-poetry/poetry
28
- rev: 2.0.1
+ rev: 2.1.1
29
hooks:
30
- id: poetry-check
31
verbose: true
@@ -72,7 +72,7 @@ repos:
72
]
73
74
- repo: https://github.com/charliermarsh/ruff-pre-commit
75
- rev: v0.9.6
+ rev: v0.9.7
76
77
- id: ruff
78
args: ["--fix"]
0 commit comments