Sign in
apache
/
casbin-python-flask-authz
/
ee91c6182dc87ab7097d96174bde8f5ecdaab123
/
.
/
.flake8
blob: f338d003fcd5836660db95626661609787addaaf [
file
]
[
flake8
]
# Recommend matching the black line length (default 88),
# rather than using the flake8 default of 79:
max
-
line
-
length
=
88
extend
-
ignore
=
# See https://github.com/PyCQA/pycodestyle/issues/373
E203
,