Skip to content

Commit

Permalink
hide pylint todo comment errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Nov 17, 2024
1 parent dc99fcd commit 7ddac5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[MAIN]
disable=missing-module-docstring,
missing-function-docstring,
missing-class-docstring
missing-class-docstring,
fixme

0 comments on commit 7ddac5f

Please sign in to comment.