install.fairie/.config/flake8.toml
Brian Zalewski 5f89d92dd0 Latest
2023-03-18 04:20:43 -04:00

4 lines
201 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