We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724475d commit a9b4d16Copy full SHA for a9b4d16
2 files changed
template/.lefthook.yaml
@@ -13,9 +13,6 @@ pre-commit:
13
- group:
14
parallel: true
15
jobs:
16
- - name: docformatter
17
- glob: "*.py"
18
- run: pixi {run} docformatter -i {staged_files}
19
- name: ruff-check
20
glob: "*.{py,pyi}"
21
run: pixi {run} ruff check --fix --exit-non-zero-on-fix --force-exclude
@@ -50,6 +47,3 @@ pre-commit:
50
47
- name: zizmor
51
48
glob: "*.{yml,yaml}"
52
49
run: pixi {run} zizmor --no-progress --min-severity high --fix .
53
- - name: conftest
54
- glob: "Dockerfile*"
55
- run: pixi {run} conftest-run {staged_files}
template/pixi.toml.jinja
@@ -35,7 +35,6 @@ check-wheel = "twine check dist/*"
35
36
[feature.lint.dependencies]
37
lefthook = "*"
38
-docformatter = "*"
39
ruff = "*"
40
prettier = "*"
41
taplo = "*"
0 commit comments