stfc / pre-commit-hooks

Custom pre-commit hooks for use within our projects
https://stfc.github.io/pre-commit-hooks/
MIT License
2 stars 0 forks source link

adding ignored module to pyproject.toml triggers an error #6

Closed RobFirth closed 2 years ago

RobFirth commented 2 years ago

The following line: line

Causes an error the next time pylint is run, as ignored_modules is invalid. Correct syntax appears to be ignored-modules.