mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
astyle.sh: skip E265 (block comments should start with '# ')
This commit is contained in:
parent
8a9399095b
commit
595f24e40d
@ -94,7 +94,7 @@ for f in "$@"; do
|
||||
|
||||
*.py)
|
||||
#cmd="autopep8 --in-place --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701"
|
||||
cmd="autopep8 --in-place --ignore=E261,E402,E501"
|
||||
cmd="autopep8 --in-place --ignore=E261,E265,E402,E501"
|
||||
;;
|
||||
|
||||
*.sip)
|
||||
|
Loading…
x
Reference in New Issue
Block a user