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 557e0cb commit 95445c1Copy full SHA for 95445c1
.pre-commit-config.yaml
@@ -4,21 +4,29 @@ repos:
4
hooks:
5
- id: black
6
name: black
7
- stages: [commit]
+ stages: [pre-commit]
8
language: system
9
entry: black
10
types: [python]
11
12
- id: flake8
13
name: flake8
14
15
16
entry: flake8
17
18
19
- id: isort
20
name: isort
21
22
23
entry: isort
24
- types: [python]
+ types: [python]
25
+
26
+ - id: uvlock
27
+ name: uv lock
28
29
+ language: system
30
+ entry: uv lock
31
+ files: ^pyproject\.toml$
32
+ pass_filenames: false
0 commit comments