Lint tests
This commit is contained in:
@ -54,6 +54,9 @@ disable = [
|
||||
# flake8 does it already:
|
||||
"line-too-long",
|
||||
]
|
||||
ignore-paths = [
|
||||
"glowtables/tests/.*_test.py"
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
python_files = "*_test.py"
|
||||
|
Reference in New Issue
Block a user