1
0
Fork 0
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:
Mike Gerber 2025-06-13 19:32:42 +02:00
parent 2511fe8ca4
commit 003c8d77b9
2 changed files with 2 additions and 1 deletions

View file

@ -47,8 +47,8 @@ where = ["src"]
[tool.ruff]
select = ["E", "F", "I"]
line-length = 120
lint.select = ["E", "F", "I"]
[tool.liccheck]

View file

@ -11,3 +11,4 @@ pandas-stubs
pre-commit
setuptools
liccheck
ruff