Skip to content

Commit

Permalink
CI: Disable rule duplicate from pylint and pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jan 10, 2024
1 parent f2c4c44 commit 9b9da3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pycodestyle:
# https://github.com/psf/black/issues/354#issuecomment-397685631
- E203
- W503
# Disabled due to the overlap with pylint
- E722

pydocstyle:
run: true
Expand Down

0 comments on commit 9b9da3d

Please sign in to comment.