mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
6 lines
189 B
INI
6 lines
189 B
INI
[flake8]
|
|
max-line-length = 160
|
|
per-file-ignores =
|
|
# Ignore docstring lints for tests
|
|
*: D100, D101, D102, D103, D104, D107, D105, D202, D205, D400, E501, D401, D200
|