Skip to content

Commit a9b4d16

Browse files
authored
remove unnecessary linters (#138)
1 parent 724475d commit a9b4d16

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

template/.lefthook.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ pre-commit:
1313
- group:
1414
parallel: true
1515
jobs:
16-
- name: docformatter
17-
glob: "*.py"
18-
run: pixi {run} docformatter -i {staged_files}
1916
- name: ruff-check
2017
glob: "*.{py,pyi}"
2118
run: pixi {run} ruff check --fix --exit-non-zero-on-fix --force-exclude
@@ -50,6 +47,3 @@ pre-commit:
5047
- name: zizmor
5148
glob: "*.{yml,yaml}"
5249
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ check-wheel = "twine check dist/*"
3535

3636
[feature.lint.dependencies]
3737
lefthook = "*"
38-
docformatter = "*"
3938
ruff = "*"
4039
prettier = "*"
4140
taplo = "*"

0 commit comments

Comments
 (0)