Go to file
Charles Marsh a8e7a98300 Add file watcher 2022-08-10 14:00:08 -04:00
resources/test/src Add another check 2022-08-09 22:36:29 -04:00
src Add file watcher 2022-08-10 14:00:08 -04:00
.gitignore Initial commit for linter prototype 2022-08-09 13:19:19 -04:00
Cargo.toml Add file watcher 2022-08-10 14:00:08 -04:00
README.md Add another check 2022-08-09 22:36:29 -04:00

README.md

rust-python-linter

A Pyflakes-inspired Python linter, written in Rust.

Supports:

  • Python 3.10
  • True parallelism
  • ESLint-inspired caching
cargo fmt
cargo clippy
cargo run resources/test/src