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;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
target-version = "py311"; # Matches Debian 12
|
target-version = "py311"; # Matches Debian 12
|
||||||
line-length = 79; # writePython3 enforces PEP-8
|
|
||||||
lint = {
|
lint = {
|
||||||
select = [ "ALL" ];
|
select = [ "ALL" ];
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|
|
@ -47,6 +47,7 @@ in
|
||||||
# - Thought you couldn't set SSH config
|
# - Thought you couldn't set SSH config
|
||||||
# You might be able to set SSH config with porgrams.ssh, although I only tried creating a /root/.ssh/config file
|
# You might be able to set SSH config with porgrams.ssh, although I only tried creating a /root/.ssh/config file
|
||||||
# (which does not work, unless logged in as root. host keys from root are used regardless of the user, though)
|
# (which does not work, unless logged in as root. host keys from root are used regardless of the user, though)
|
||||||
|
# 25.11 (assuming Lix 2.93+ is stable there): might want to add Control* options as no longer built in Lix
|
||||||
nix = {
|
nix = {
|
||||||
buildMachines = builtins.map (
|
buildMachines = builtins.map (
|
||||||
vivariumBuilder:
|
vivariumBuilder:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue