blob: d3a6c814f94de2b9851645ec264c7910ab7289a4 [file] [log] [blame]
[tool:pytest]
testpaths = tests
[flake8]
max-line-length = 100
# Ignore non PEP 8 compliant rules as suggested by black
extend-ignore =
E203 # https://github.com/psf/black/blob/master/docs/the_black_code_style.md#slices
exclude = _vendored
per-file-ignores =
isort/__init__.py:F401
isort/stdlibs/__init__.py:F401
tests/unit/example_crlf_file.py:F401