Merge pull request #34 from rlad78/dev
Skip pep8 linting on Sabnzbd Python script
This commit is contained in:
@@ -10,12 +10,11 @@ discord](https://discord.gg/n9ga99KwWC).
|
||||
|
||||
Note that this is still in a somewhat beta state, beware!
|
||||
|
||||
- Bugs are around
|
||||
- Options generally won't be changed, but I reserve the right
|
||||
- Some options are mostly untested
|
||||
- A few known bugs are present
|
||||
- Options probably won't be changed, but I reserve the right
|
||||
- Few options are mostly untested
|
||||
|
||||
The general format won't change however. If you do still use it, any feedback
|
||||
would be greatly appreciated.
|
||||
If you do still use it, any feedback would be greatly appreciated.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
@@ -152,6 +153,7 @@ in {
|
||||
apply-user-configs-script = pkgs.writers.writePython3Bin "sabnzbd-set-user-values" {
|
||||
libraries = [pkgs.python3Packages.configobj];
|
||||
} ''
|
||||
# flake8: noqa
|
||||
from pathlib import Path
|
||||
from configobj import ConfigObj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user