Merge pull request #34 from rlad78/dev

Skip pep8 linting on Sabnzbd Python script
This commit is contained in:
Rasmus Kirk
2024-07-25 06:38:39 +00:00
committed by GitHub
2 changed files with 6 additions and 5 deletions
+4 -5
View File
@@ -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
+2
View File
@@ -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