mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
6 lines
151 B
INI
6 lines
151 B
INI
[flake8]
|
|
max-line-length = 88
|
|
docstring-convention = numpy
|
|
per-file-ignores =
|
|
tests/*: D
|
|
extend-ignore = E203 D100 D202 ANN101 ANN102 ANN204 ANN203 |