[wheel] universal = 1 [tool:pytest] # norecursedirs = tests/fixtures [pycodestyle] # exclude = .git,.idea,__pycache__,build,dist,.tox,.pytest_cache,*.egg-info # # E241 - multiple spaces after ‘,’ # E501 - line too long # W503 - line break before binary operator ignore = E241,E501,W503