File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,14 @@ select = [
90
90
" B" , # flake8-bugbear
91
91
" BLE" , # flake8-blind-except
92
92
" C4" , # flake8-comprehensions
93
+ " COM" , # flake8-commas
93
94
" D" , # pydocstyle
94
95
" E" , # pycodestyle
95
96
" EXE" , # flake8-executable
96
97
" F" , # pyflakes
97
98
" FA" , # flake8-future-annotations
98
99
" FLY" , # flynt
100
+ " FURB" , # refurb
99
101
" I" , # isort
100
102
" ICN" , # flake8-import-conventions
101
103
" ISC" , # flake8-implicit-str-concat
@@ -127,6 +129,7 @@ extend-select = [
127
129
" PLW1514" , # {function_name} in text mode without explicit encoding argument
128
130
]
129
131
ignore = [
132
+ " COM812" , # Do not always add the trailing commas
130
133
" D200" , # One-line docstring should fit on one line
131
134
" D202" , # No blank lines allowed after function docstring
132
135
" D205" , # 1 blank line required between summary line and description
You can’t perform that action at this time.
0 commit comments