diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..a1e4f550 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,12 @@ +[pytest] +python_files=test*.py +addopts=--tb=native -p no:doctest +norecursedirs=bin dist docs htmlcov script hooks node_modules .* {args} + +[flake8] +ignore = F999,E501,E128,E124,E402,W503,E731,F841 +max-line-length = 100 +exclude = .tox,.git,*/migrations/*,lemur/static/*,docs/* + +[wheel] +universal = 1 \ No newline at end of file