File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ lint.select = [
235235 " G" , # flake8-logging-format
236236 " I" , # isort
237237 " ICN001" , # import concentions; {name} should be imported as {asname}
238- " ISC001" , # Implicitly concatenated string literals on one line
238+ # "ISC001", # Implicitly concatenated string literals on one line
239239 " N804" , # First argument of a class method should be named cls
240240 " N805" , # First argument of a method should be named self
241241 " N815" , # Variable {name} in class scope should not be mixedCase
Original file line number Diff line number Diff line change 3737if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " linting" ] ; then
3838 # Black first to ensure nothings roughing up ruff
3939 echo " ... ruff-ing ..."
40+ ruff format plugwise/ tests/
4041 ruff check plugwise/ tests/
4142
4243 echo " ... pylint-ing ..."
You can’t perform that action at this time.
0 commit comments