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.
2 parents 3e2caad + 05b629e commit 8e168d4Copy full SHA for 8e168d4
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autofix_prs: true
3
repos:
4
- repo: https://github.com/python-poetry/poetry
5
- rev: 2.3.2
+ rev: 2.4.1
6
hooks:
7
- id: poetry-check
8
name: 📜 Check pyproject with Poetry
@@ -35,7 +35,7 @@ repos:
35
- id: trailing-whitespace
36
name: "⬜ Fix trailing whitespaces"
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.15.5
+ rev: v0.15.18
39
40
- id: ruff
41
name: "🐶 Ruff Linter"
0 commit comments