mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Amend README.md
This commit is contained in:
parent
0d8e4bd6e9
commit
bd2e159ceb
2 changed files with 14 additions and 9 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -5,16 +5,15 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.60" }
|
||||
bincode = "1.3.3"
|
||||
cacache = "10.0.1"
|
||||
chrono = "0.4.21"
|
||||
bincode = { version = "1.3.3" }
|
||||
cacache = { version = "10.0.1" }
|
||||
chrono = { version = "0.4.21" }
|
||||
clap = { version = "3.2.16", features = ["derive"] }
|
||||
colored = { version = "2.0.0" }
|
||||
fern = { version = "0.6.1" }
|
||||
log = "0.4.17"
|
||||
rayon = "1.5.3"
|
||||
rustpython-parser = { git = "https://github.com/RustPython/RustPython.git" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
log = { version = "0.4.17" }
|
||||
rayon = { version = "1.5.3" }
|
||||
rustpython-parser = { git = "https://github.com/RustPython/RustPython.git", rev = "dff916d45c5d13074d21ad329a5ab68a6499426a" }
|
||||
serde = { version = "1.0.143", features = ["derive"] }
|
||||
serde_json = { version = "1.0.83" }
|
||||
walkdir = { version = "2.3.2" }
|
||||
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
# rust-python-linter
|
||||
|
||||
```
|
||||
cargo fmt
|
||||
cargo clippy
|
||||
cargo run test_sources
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue