From 1009968ea0ca43ef1b1bc421f7694f1f70707948 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 31 Oct 2020 11:58:32 -0400 Subject: Initial commit --- .pylintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pylintrc (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..3660be0 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,6 @@ +[MASTER] +persistent = yes +load-plugins = pylint_quotes + +[FORMAT] +output-format = colorized -- cgit v1.2.3