nutshell/setup.cfg

4 lines
114 B
INI
Raw Normal View History

2023-04-09 00:04:20 -06:00
[flake8]
2024-11-11 01:07:18 -07:00
exclude = **/*__init__.py,.venv/*,tox/*,build/*,dist/*
ignore = C901,E203,E731,W503
max-line-length = 120