- Add ruff>=0.1.0 to dev dependencies in pyproject.toml - Remove redundant pip install ruff step from CI workflow
This commit is contained in:
@@ -43,6 +43,7 @@ dev = [
|
|||||||
"black>=23.0.0",
|
"black>=23.0.0",
|
||||||
"isort>=5.12.0",
|
"isort>=5.12.0",
|
||||||
"flake8>=6.0.0",
|
"flake8>=6.0.0",
|
||||||
|
"ruff>=0.1.0",
|
||||||
"pre-commit>=3.0.0",
|
"pre-commit>=3.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user