mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
4 lines
135 B
Text
4 lines
135 B
Text
|
[flake8]
|
||
|
# For error codes, see this https://flake8.pycqa.org/en/latest/user/error-codes.html
|
||
|
ignore = F401, F403
|
||
|
max-line-length = 100
|