Add a separate release job for flake8-to-ruff (#529)

This commit is contained in:
Charlie Marsh 2022-10-31 16:21:38 -04:00 committed by GitHub
parent f3f010cdf5
commit 1ce4585c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 305 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.1"
version = "0.0.93-dev.0"
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 = "../.."}
ruff = { path = "../..", features = [] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = { version = "1.0.83" }
toml = { version = "0.5.9" }