Skip to content

Commit

Permalink
Disable conflicting pycodestyle vs ruff settings also in prospector c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
bouweandela committed Sep 16, 2024
1 parent d39fc88 commit a4c9423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ member-warnings: false
pyroma:
run: true

pep8:
pycodestyle:
full: true
disable: ['E203', 'E501', 'W503'] # conflict with ruff formatter

mypy:
run: true
Expand Down

0 comments on commit a4c9423

Please sign in to comment.