Browse code

update pylint information

Joseph Weston authored on 24/02/2018 16:29:57
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 [MASTER]
2
-ignore=_version.py
2
+ignore=_version.py,_static_version.py
3 3
 [MESSAGES CONTROL]
4 4
 disable=broad-except
Browse code

add versioneer

Versioneer is quite big, but it is the simplest solution in terms
of installation.

Closes #10

Joseph Weston authored on 07/09/2017 13:37:54
Showing 1 changed files
... ...
@@ -1,2 +1,4 @@
1
+[MASTER]
2
+ignore=_version.py
1 3
 [MESSAGES CONTROL]
2 4
 disable=broad-except
Browse code

lint: add pylint config file and de-lint existing modules

Joseph Weston authored on 06/09/2017 01:43:53
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+[MESSAGES CONTROL]
2
+disable=broad-except