mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Enable flake8 rule W292 No newline at end of file (#6274)
https://www.flake8rules.com/rules/W292.html
This commit is contained in:
parent
c1cb84b493
commit
7ba43e447c
2
.github/linters/.flake8
vendored
2
.github/linters/.flake8
vendored
@ -16,4 +16,4 @@
|
||||
# under the License.
|
||||
|
||||
[flake8]
|
||||
select = W291,W293
|
||||
select = W291,W292,W293
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user