mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-08 07:10:46 +02:00
5 lines
121 B
INI
5 lines
121 B
INI
[flake8]
|
|
max-complexity = 101
|
|
max-line-length = 88
|
|
extend-ignore = E203 # whitespace before ':' to agree with psf/black
|