aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorromangraef <romangraef@loves.dicksinhisan.us>2018-07-11 15:35:46 +0200
committerromangraef <romangraef@loves.dicksinhisan.us>2018-07-11 15:38:05 +0200
commite71aa06a9a1ea1e58aa192353622d40791f751d4 (patch)
tree183f0fa309056b432c253f604d6ff6ffd6f27594 /setup.cfg
parentcbb9f2c3622ec96caf4ec9e58e84c8fbd3f45d23 (diff)
downloadconfiglib-e71aa06a9a1ea1e58aa192353622d40791f751d4.tar.gz
configlib-e71aa06a9a1ea1e58aa192353622d40791f751d4.tar.bz2
configlib-e71aa06a9a1ea1e58aa192353622d40791f751d4.zip
cleaning up docs + type hints
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..bdd3e25
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[aliases]
+test = pytest
+
+[tool:pytest]
+addopts = --pylint --pylint-rcfile=pylintrc.cfg