This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
It should be possible to select
no errors
#132
Milestone
select
no errors
#132
This might sound a bit silly, but I came across this when trying to integrate
pep257
to a build system of a big repo at work. I wanted to havepep257
run for every python file, but to manually and selectively include more and more checks, to specific areas of the code. For that, it's necessary to have a default config file that doesn't check for errors.This is possible today, by
ignore
ing all the error codes, but this is problematic as you need to manually write all the error codes. Also, when new error codes are added, one needs to add them to theignore
list.The text was updated successfully, but these errors were encountered: