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.writePython3 "audiomenu" {
|
||||
libraries = [ python3Packages.click ];
|
||||
|
||||
flakeIgnore = [
|
||||
"E501" # line too long, but I like my code well documented
|
||||
"W503" # line break before binary operator, ruff does this, I trust it
|
||||
];
|
||||
# line too long, but I like my code well documented
|
||||
flakeIgnore = [ "E501" ];
|
||||
} ./audiomenu.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue