ruff: Don't default to 79 chars

Not what we want for other projects.
Could put a pyproject.toml here to enforce it,
but then it removes all the defaults set in user configuration, 
so uuuuuh
This commit is contained in:
Geoffrey Frogeye 2025-05-11 20:29:00 +02:00
parent 3c40ee1c21
commit bc6a91128d
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,6 @@
enable = true;
settings = {
target-version = "py311"; # Matches Debian 12
line-length = 79; # writePython3 enforces PEP-8
lint = {
select = [ "ALL" ];
ignore = [