blob: b4abf62666666fe26a5e4d7970465b292536d9e6 (
plain) (
blame)
1
2
3
4
5
6
|
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"] # PEP 508 specifications.
[tool.pylint.BASIC]
good-names = "i,j,k,ex,Run,_,op,pc"
|