Skip to content

Commit a2e1954

Browse files
authored
Catch JSON decode errors (#544)
1 parent 2ba11d3 commit a2e1954

3 files changed

Lines changed: 91 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ignore = [
9898
[tool.pylint.BASIC]
9999
good-names = [
100100
"_",
101+
"_P",
101102
"ex",
102103
"fp",
103104
"i",

0 commit comments

Comments
 (0)