chia-blockchain/.flake8
Kyle Altendorf 2a6564c0a7
move all linter config to the root (#9830)
This reduces duplication, symlinks, and makes the configurations
available by default for the linting tools.
2022-01-19 11:38:11 -08:00

5 lines
75 B
INI

[flake8]
max-line-length = 120
exclude = ./typings/**/*
ignore = E203,W503