Remove default 'line-length = 88'

This commit is contained in:
Hugo van Kemenade 2023-12-18 15:42:22 +02:00
parent b8605eaa84
commit 5db5d66179

View File

@ -94,7 +94,6 @@ test-command = "cd {project} && .github/workflows/wheels-test.sh"
test-extras = "tests"
[tool.ruff]
line-length = 88
select = [
"C4", # flake8-comprehensions
"E", # pycodestyle errors