diff options
Diffstat (limited to 'maintainer-scripts/setup.cfg')
-rw-r--r-- | maintainer-scripts/setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainer-scripts/setup.cfg b/maintainer-scripts/setup.cfg new file mode 100644 index 00000000000..efc313f6d52 --- /dev/null +++ b/maintainer-scripts/setup.cfg @@ -0,0 +1,5 @@ +[flake8] +max-line-length = 120 + +[tool:pytest] +addopts = -vv --flake8 |