Enable flake8 rule W292 No newline at end of file (#6274)

https://www.flake8rules.com/rules/W292.html
This commit is contained in:
John Bampton 2022-06-30 16:38:27 +10:00 committed by GitHub
parent c1cb84b493
commit 7ba43e447c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View File

@ -16,4 +16,4 @@
# under the License.
[flake8]
select = W291,W293
select = W291,W292,W293