summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorAndrew Howe <howeaj@users.noreply.github.com>2021-03-29 09:00:18 +0100
committerGitHub <noreply@github.com>2021-03-29 10:00:18 +0200
commita37c643d54ea33285e4c916a296784593af0130c (patch)
tree27bb49a2cee462ec2b69f1d6c2395ed1d8059166 /CONTRIBUTORS.txt
parent42bf3b0f4d2aad3e5b40153cf743021de635836d (diff)
downloadpylint-git-a37c643d54ea33285e4c916a296784593af0130c.tar.gz
Fix various problems with --import-graph filename parsing (#4259)
Avoids backwards-incompatible changes. - Raise error if graphvis is not installed (instead of reporting success) - Fix tempfile creation bug when outputfile includes directories - Fix bug when using file extension that isn't 3 characters long - Fix confusing help text - Rename deprecated .dot extension to .gv - Default to .png if no extension is specified * Add typing to modified functions (and ignore mypy thinking codecs.open() returns an int) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index eb309acda..1924b31e1 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -462,3 +462,5 @@ contributors:
* Mark Byrne: contributor
* Konstantina Saketou: contributor
+
+* Andrew Howe: contributor