Compare commits
1 commit
0a9d16fb9a
...
e6d07010af
Author | SHA1 | Date | |
---|---|---|---|
e6d07010af |
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
{ writers, python3Packages }:
|
{ writers, python3Packages }:
|
||||||
writers.writePython3 "audiomenu" {
|
writers.writePython3 "audiomenu" {
|
||||||
libraries = [ python3Packages.click ];
|
libraries = [ python3Packages.click ];
|
||||||
|
# line too long, but I like my code well documented
|
||||||
flakeIgnore = [
|
flakeIgnore = [ "E501" ];
|
||||||
"E501" # line too long, but I like my code well documented
|
|
||||||
"W503" # line break before binary operator, ruff does this, I trust it
|
|
||||||
];
|
|
||||||
} ./audiomenu.py
|
} ./audiomenu.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue