# SPDX-FileCopyrightText: 2019–2022 Pynguin Contributors
#
# SPDX-License-Identifier: CC0-1.0

[flake8]
ignore = E203, E266, E501, W503
show-source = true
enable-extensions = G
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = docs,.venv,venv
