Skip to content

Commit

Permalink
Add pylint to ci
Browse files Browse the repository at this point in the history
Currently every current pylint issue is exempted.

Excemptions (disables) in .pylintrc are to be removed one-by-one in
upcoming PRs.
  • Loading branch information
berland committed Jan 9, 2023
1 parent d4715c0 commit a5c1d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ disable = bad-inline-option,
missing-function-docstring,
missing-module-docstring,
missing-timeout,
no-else-raise,
no-else-return,
protected-access,
raise-missing-from,
Expand Down

0 comments on commit a5c1d7b

Please sign in to comment.