Add autopep8 rules explicitly

This commit is contained in:
Simon Sawicki 2024-02-17 15:57:25 +01:00
parent 885b59c516
commit f7071fac36
No known key found for this signature in database

View File

@ -179,7 +179,12 @@ recursive = true
exit-code = true
jobs = 0
select = [
"E11",
"E101",
"E112",
"E113",
"E115",
"E116",
"E117",
"E121",
"E122",
"E123",
@ -190,10 +195,13 @@ select = [
"E128",
"E129",
"E131",
"E133",
"E20",
"E201",
"E202",
"E203",
"E211",
"E22",
"E221",
"E222",
"E223",
"E224",
"E225",
"E226",
@ -204,10 +212,15 @@ select = [
"E242",
"E251",
"E252",
"E26",
"E261",
"E262",
"E265",
"E266",
"E27",
"E271",
"E272",
"E273",
"E274",
"E275",
"E301",
"E302",
"E303",
@ -215,6 +228,9 @@ select = [
"E305",
"E306",
"E502",
"E701",
"E702",
"E704",
"W391",
"W504",
]