mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
15 lines
190 B
TOML
15 lines
190 B
TOML
line-length = 100
|
|
|
|
extend-exclude = ['tools', 'letstest']
|
|
|
|
target-version = "py39"
|
|
|
|
[lint]
|
|
extend-select = [
|
|
# pycodestyle
|
|
#"E",
|
|
# pyupgrade
|
|
"UP",
|
|
# # isort
|
|
# "I",
|
|
]
|