From e9f667fdb1cf4176d9bd62e7fbbecedb60cde008 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 3 Feb 2020 11:30:04 -0300 Subject: Add broken stuff --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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" -- cgit 1.4.1