Skip to content

Commit 86fb5be

Browse files
committed
iter
1 parent bda9a83 commit 86fb5be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lefthook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ pre-commit:
2222
run: pixi {run} ruff-format {staged_files}
2323
- name: pyright
2424
glob: "*.{py,pyi}"
25-
run: pixi {run} pyright {staged_files}
25+
run: pixi {run} pyright
2626
- name: mypy
2727
glob: "*.{py,pyi}"
28-
run: pixi {run} mypy {staged_files}
28+
run: pixi {run} mypy
2929
- name: typos
3030
stage_fixed: true
3131
run: pixi {run} typos

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ actionlint = { cmd = "actionlint", description = "Lint actions with actionlint"
9191
blacken-docs = { cmd = "blacken-docs", description = "Format Python markdown blocks with Black" }
9292
validate-pyproject = { cmd = "validate-pyproject pyproject.toml", description = "Validate pyproject.toml" }
9393
numpydoc = { cmd = "numpydoc lint", description = "Validate docstrings with numpydoc" }
94-
lint = { cmd = "lefthook run pre-commit --all-files", description = "Run all linters" }
94+
lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run all linters" }
9595

9696
[tool.pixi.feature.tests.dependencies]
9797
pytest = ">=8.4.0"

0 commit comments

Comments
 (0)