Skip to content

Commit

Permalink
chore: Fix broken typos command in make pre-commit for py-polars …
Browse files Browse the repository at this point in the history
…folder (#17897)
  • Loading branch information
stinodego authored Jul 26, 2024
1 parent 1f14e4a commit 2473807
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Lint Markdown and TOML
uses: dprint/[email protected]
- name: Spell Check with Typos
uses: crate-ci/typos@v1.22.9
uses: crate-ci/typos@v1.23.5
File renamed without changes.
2 changes: 1 addition & 1 deletion py-polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lint: .venv ## Run lint checks (only)
fmt: .venv ## Run autoformatting (and lint)
$(VENV_BIN)/ruff check
$(VENV_BIN)/ruff format
$(VENV_BIN)/typos
$(VENV_BIN)/typos ..
cargo fmt --all
-dprint fmt
-$(VENV_BIN)/mypy
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy==1.10.1
ruff==0.5.0
typos==1.22.9
typos==1.23.5

0 comments on commit 2473807

Please sign in to comment.