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 0319c8d commit 2f98060Copy full SHA for 2f98060
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
name: Sort top level statements with ssort
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.11.10
+ rev: v0.11.11
38
hooks:
39
- id: ruff
40
name: Linting with Ruff
@@ -60,7 +60,7 @@ repos:
60
- tomli
61
62
- repo: https://github.com/tox-dev/pyproject-fmt
63
- rev: v2.5.1
+ rev: v2.6.0
64
65
- id: pyproject-fmt
66
name: Apply a consistent format to pyproject.toml
0 commit comments