mirror of
https://github.com/apache/superset.git
synced 2026-04-07 02:21:51 +00:00
Fix examples charts/dashboards and refactor (#5881)
* Fix examples charts/dashboards and refactor * pylinting * Fix pylint * Lint the refactor * Rebased
This commit is contained in:
committed by
GitHub
parent
9710369d52
commit
7b3095d6ff
@@ -99,7 +99,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
|
||||
[BASIC]
|
||||
|
||||
# Good variable names which should always be accepted, separated by a comma
|
||||
good-names=i,j,k,ex,Run,_,d,e,v,o,l,x,ts
|
||||
good-names=i,j,k,ex,Run,_,d,e,v,o,l,x,ts,f
|
||||
|
||||
# Bad variable names which should always be refused, separated by a comma
|
||||
bad-names=foo,bar,baz,toto,tutu,tata,d,fd
|
||||
|
||||
Reference in New Issue
Block a user