Files
wehub-resource-sync 1dacb4cc91
lint PR / linter (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:53 +08:00

10 lines
214 B
INI

[flake8]
exclude =
.git
max-line-length = 119
docstring-convention = google
extend-ignore =
# Black (https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8)
E203, E701