Skip to content

Commit c70bbee

Browse files
pylint: treat tz as a good name
`tz` is a part of the Datetime public API and we don't plan to change it now. Part of #270
1 parent 759ce2b commit c70bbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[BASIC]
22

33
# Good variable names which should always be accepted, separated by a comma
4-
good-names=i,j,k,ex,Run,_,ok,t
4+
good-names=i,j,k,ex,Run,_,ok,t,tz

0 commit comments

Comments
 (0)