Skip to content
Snippets Groups Projects
Unverified Commit 60de750f authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Add pytest-specific linters


Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 3c4bdd12
No related branches found
No related tags found
1 merge request!32Fix pytest codestyle, add trailing commas
......@@ -45,6 +45,7 @@ lint =
flake8-blind-except
flake8-builtins
flake8-isort
flake8-pytest-style
[options.data_files]
share/doc/obs-proxy/examples = proxy.conf
......@@ -98,6 +99,8 @@ ignore =
# - D104: Missing docstring in public package
# - D105: Missing docstring in magic method
# - D107: Missing docstring in __init__
pytest-fixture-no-parentheses = yes
pytest-mark-no-parentheses = yes
[isort]
# from X import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment