Unverified Commit 070c9677 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[GraphBolt] Pylintrc changes (#5919)

parent 2c03fe99
...@@ -213,7 +213,9 @@ function-naming-style=snake_case ...@@ -213,7 +213,9 @@ function-naming-style=snake_case
# op - operators # op - operators
# ty - type # ty - type
# A, B, C, W - for tensor operators like matmul # A, B, C, W - for tensor operators like matmul
good-names=f,i,j,k,u,v,e,n,m,w,x,y,z,s,d,t,r,g,G,hg,sg,fn,ex,Run,_,us,vs,gs,es,op,ty,A,B,C,W,a,b,N,D1,D2,R # dp - DataPipes (see https://pytorch.org/data/main/torchdata.datapipes.iter.html)
# it - iterators
good-names=f,i,j,k,u,v,e,n,m,w,x,y,z,s,d,t,r,g,G,hg,sg,fn,ex,Run,_,us,vs,gs,es,op,ty,A,B,C,W,a,b,N,D1,D2,R,dp,it
# Include a hint for the correct naming format with invalid-name. # Include a hint for the correct naming format with invalid-name.
include-naming-hint=no include-naming-hint=no
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment