diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-02-03 11:30:04 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-02-03 11:30:04 -0300 |
commit | e9f667fdb1cf4176d9bd62e7fbbecedb60cde008 (patch) | |
tree | 06f5f35148cfcb371fd8203679e0c25c021a6bce /pyproject.toml | |
parent | bc9bfb31bb009a7f3fa8ce79a4f1afdb74ce58c0 (diff) |
Add broken stuff
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b4abf62 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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" |