Allow "ai" as a variable name
This commit is contained in:
parent
687511d69e
commit
550cde6a8f
1 changed files with 2 additions and 1 deletions
|
@ -407,7 +407,8 @@ function-naming-style=snake_case
|
||||||
#function-rgx=
|
#function-rgx=
|
||||||
|
|
||||||
# Good variable names which should always be accepted, separated by a comma.
|
# Good variable names which should always be accepted, separated by a comma.
|
||||||
good-names=dx,
|
good-names=ai,
|
||||||
|
dx,
|
||||||
dy,
|
dy,
|
||||||
i,
|
i,
|
||||||
j,
|
j,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue