Skip to content

Conversation

@mploof
Copy link

@mploof mploof commented Jul 9, 2021

In order to differentiate between sections for different tools in the increasingly common setup.cfg file, Pylint sections are prefaced with pylint., which breaks pylint_runner's parsing of ignored files and directories. This change fixes that. I've also noticed some people using lowercase master to in their configuration files, so this adds supports upper and lowercase MASTER sections as well.

mploof added 2 commits July 9, 2021 16:23
A project I'm working on requires me to have all my linter settings in the Python `setup.cfg` file. In order to differentiate between configurations for different linters and plugins, Pylint sections are prefaced with `pylint.`. I've also noticed some people using lowercase `master` to in their configuration files, so this supports upper and lowercase as well.
@MasterOdin MasterOdin force-pushed the master branch 4 times, most recently from 833123c to 360b261 Compare August 26, 2021 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant