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 a2fe5c0 commit c2ae2d9Copy full SHA for c2ae2d9
.pre-commit-config.yaml
@@ -97,14 +97,14 @@ repos:
97
# PYTHON
98
###############################################################################
99
- repo: https://github.com/astral-sh/ruff-pre-commit
100
- rev: v0.13.2
+ rev: v0.14.1
101
hooks:
102
# Sort imports
103
- id: ruff-check
104
# Run the formatter
105
- id: ruff-format
106
- repo: https://github.com/astral-sh/uv-pre-commit
107
- rev: 0.8.22
+ rev: 0.9.4
108
109
- id: uv-lock
110
0 commit comments