Skip to content

Commit

Permalink
Fix new ruff syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 30, 2024
1 parent 379fbe3 commit 8d0a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ _lint-min: _clone-repo-tree-sitter configure-compile-database
# Run the linter for JS, C, Cargo, and Python. Requires clang-tidy, clippy, and ruff.
lint: _lint-min
cargo clippy
ruff .
ruff check .

_out-dirs:
mkdir -p "{{ bin_dir }}"
Expand Down

0 comments on commit 8d0a392

Please sign in to comment.