Skip to content

Commit b2bf166

Browse files
committed
fix: add ignore W292 (no newline at end of file)
1 parent 08e57e2 commit b2bf166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ select = A,B,B9,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0,1,2,3,4,5,6,7,
1717
ignore =
1818
FS003, # f-string missing prefix (false positives with raw strings)
1919
T003, # add link on issue into TODO
20+
W292, # no newline at end of file
2021
W503, # Line break occurred before binary operator
2122
E203, # whitespace before ':'
2223
E226, # missing whitespace around arithmetic operator

0 commit comments

Comments
 (0)