We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e57e2 commit b2bf166Copy full SHA for b2bf166
.flake8
@@ -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,
17
ignore =
18
FS003, # f-string missing prefix (false positives with raw strings)
19
T003, # add link on issue into TODO
20
+ W292, # no newline at end of file
21
W503, # Line break occurred before binary operator
22
E203, # whitespace before ':'
23
E226, # missing whitespace around arithmetic operator
0 commit comments