mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
Enable flake8-to-ruff builds on all platforms
This commit is contained in:
parent
df6a48fced
commit
927d716edd
3 changed files with 212 additions and 213 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "flake8-to-ruff"
|
||||
version = "0.0.93-dev.1"
|
||||
version = "0.0.93-dev.2"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -12,7 +12,7 @@ clap = { version = "4.0.1", features = ["derive"] }
|
|||
configparser = { version = "3.0.2" }
|
||||
once_cell = { version = "1.13.1" }
|
||||
regex = { version = "1.6.0" }
|
||||
ruff = { path = "../..", features = [] }
|
||||
ruff = { path = "../..", default-features = false }
|
||||
serde = { version = "1.0.143", features = ["derive"] }
|
||||
serde_json = { version = "1.0.83" }
|
||||
toml = { version = "0.5.9" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue