install.fairie/.config/flake8.toml

5 lines
197 B
TOML
Raw Normal View History

2022-12-24 20:04:59 +00: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 20:04:59 +00:00
ignore = E402
max-line-length = 120