mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Fix manual shipping options (#189)
Co-authored-by: Sebastian Thomschke <sebthom@users.noreply.github.com>
This commit is contained in:
@@ -173,7 +173,7 @@ max-attributes = 15 # maximum number of instance attributes for a class (R0902)
|
||||
max-branches = 30 # maximum number of branch for function / method body (R0912)
|
||||
max-locals = 30 # maximum number of local variables for function / method body (R0914)
|
||||
max-returns = 10 # maximum number of return / yield for function / method body (R0911)
|
||||
max-statements = 80 # maximum number of statements in function / method body (R0915)
|
||||
max-statements = 100 # maximum number of statements in function / method body (R0915)
|
||||
max-public-methods = 30 # maximum number of public methods for a class (R0904)
|
||||
|
||||
|
||||
@@ -186,4 +186,4 @@ max-public-methods = 30 # maximum number of public methods for a class (R0904)
|
||||
addopts = "--strict-markers -p no:cacheprovider --doctest-modules --ignore=__pypackages__ --ignore=kleinanzeigen_bot/__main__.py"
|
||||
markers = [
|
||||
"itest: marks a test as an integration test (i.e. a test with external dependencies)"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user