Spaces:
Configuration error
Configuration error
File size: 162 Bytes
44657b5 |
1 2 3 4 5 6 7 |
[flake8]
max-line-length = 88
exclude = test/*
max-complexity = 18
docstring-convention = google
ignore = W503,E203
classmethod-decorators = classmethod,validator |