install.fairie/.config/flake8.toml

5 lines
197 B
TOML
Raw Normal View History

2022-12-24 12:04:59 -08:00
[flake8]
exclude = .autodoc, .cache, .common, .config, .git, .modules, .npm, .pnpm-store, .shared, .task, .venv, .vscode, build, dist, node_modules, roles, venv
2022-12-24 12:04:59 -08:00
ignore = E402
max-line-length = 120