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:
parent
3c40ee1c21
commit
bc6a91128d
2 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
target-version = "py311"; # Matches Debian 12
|
||||
line-length = 79; # writePython3 enforces PEP-8
|
||||
lint = {
|
||||
select = [ "ALL" ];
|
||||
ignore = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue