mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-25 19:49:54 +02:00
🐛 ruff: Install it via requirements-dev.txt (to not call system ruff unexpectedly)
This commit is contained in:
parent
2511fe8ca4
commit
003c8d77b9
2 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,8 @@ where = ["src"]
|
||||||
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = ["E", "F", "I"]
|
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
lint.select = ["E", "F", "I"]
|
||||||
|
|
||||||
|
|
||||||
[tool.liccheck]
|
[tool.liccheck]
|
||||||
|
|
|
@ -11,3 +11,4 @@ pandas-stubs
|
||||||
pre-commit
|
pre-commit
|
||||||
setuptools
|
setuptools
|
||||||
liccheck
|
liccheck
|
||||||
|
ruff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue