install.fairie/.config/flake8.toml

5 lines
201 B
TOML
Raw Permalink Normal View History

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