[aliases] test=pytest [tool:pytest] xfail_strict = true addopts = --verbose testpaths = test/unit_tests [isort] line_length = 100 multi_line_output = 3 include_trailing_comma = true [flake8] ignore = E203, # not pep8, black adds whitespace before ':' W503, # not pep8, black adds line break before binary operator max_line_length = 100 max-complexity = 10 exclude = __pycache__ .tox .git bin build venv