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 9ceb4c5 commit 31f22b7Copy full SHA for 31f22b7
.pre-commit-config.yaml
@@ -5,14 +5,14 @@ ci:
5
repos:
6
# Batch of helpful formatters and patterns
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: "v5.0.0"
+ rev: "v6.0.0"
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: mixed-line-ending
13
14
# Ensure the uv.lock file has been updated
15
- repo: https://github.com/astral-sh/uv-pre-commit
16
- rev: 0.8.7
+ rev: 0.8.14
17
18
- id: uv-lock
0 commit comments