Skip to content

Commit

Permalink
Add pylint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 29, 2024
1 parent 396f4b3 commit fe0012d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.history
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ disable=
missing-function-docstring,
missing-module-docstring,
no-else-continue,
possibly-used-before-assignment,
redefined-builtin,
redefined-outer-name,
too-many-branches,
Expand Down

0 comments on commit fe0012d

Please sign in to comment.