8 lines
172 B
INI
8 lines
172 B
INI
# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore = E203
|
|
exclude = ./migrations/versions/,
|