Skip to content

Commit

Permalink
Pixi target for fast-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 21, 2023
1 parent 3652137 commit 664702b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint: toml-lint py-lint rs-lint

# Run the fast versions of our linters
fast-lint *ARGS:
pixi run python scripts/fast_lint.py {{ARGS}}
pixi run fast-lint {{ARGS}}

### C and C++

Expand Down
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ version = "0.1.0" #
codegen = "cargo run --package re_types_builder -- "

# Assorted linting tasks
fast-lint = "python scripts/fast_lint.py"
lint-codegen = "cargo run --package re_types_builder -- --check"
# TODO(jleibs): implement lint-cpp-all
lint-cpp-files = "clang-format --dry-run"
Expand Down

0 comments on commit 664702b

Please sign in to comment.