install.fairie/.config/flake8.toml

5 lines
201 B
TOML
Raw Normal View History

2022-12-24 20:04:59 +00:00
[flake8]
2023-03-18 08:20:43 +00: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 20:04:59 +00:00
max-line-length = 120