mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
20 lines
No EOL
648 B
INI
20 lines
No EOL
648 B
INI
[MAIN]
|
|
|
|
extension-pkg-allow-list=OCP
|
|
|
|
[BASIC]
|
|
|
|
# Good variable names which should always be accepted, separated by a comma
|
|
good-names=i,j,k,u,v,x,y,z,ex,Run,_,X,Y,Z,XY,YZ,ZX,XZ,YX,ZY
|
|
|
|
disable=
|
|
unsubscriptable-object, # False positives
|
|
use-a-generator, # all([..]) is just fine
|
|
protected-access, # _variable to be hiddened from external users
|
|
too-many-arguments, # CAD is complex
|
|
too-few-public-methods # Objects and Operations will not have methods outside of _init
|
|
|
|
ignore-paths=
|
|
./src/build123d/_version.py # Generated
|
|
|
|
ignored-modules=OCP,vtkmodules,scipy.spatial,ezdxf,anytree,IPython,trianglesolver,scipy,numpy |