diff --git a/.prospector.yml b/.prospector.yml index 2f0936ca0f..61dd478326 100644 --- a/.prospector.yml +++ b/.prospector.yml @@ -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