install.fairie/.config/flake8.toml
2022-12-24 21:35:29 -05:00

4 lines
197 B
TOML

[flake8]
exclude = .autodoc, .cache, .common, .config, .git, .modules, .npm, .pnpm-store, .shared, .task, .venv, .vscode, build, dist, node_modules, roles, venv
ignore = E402
max-line-length = 120