Commit Graph

5 Commits

Author SHA1 Message Date
hippo91
9bdae8b82f Add support for disabling line-too-long for multilines strings
This commit adds support for disabling `line-too-long` messages
for multilines strings such as docstrings.

When a pylint disable pragma is present at the end of the docstring, it is taken
in account for the entire docstring.

Close #2957
2019-11-19 09:16:54 +01:00
Daniel Draper
96b3892506 Add regexs for bad- and good-names to enable better white- or blacklisting (#3186)
To enable better handling of whitelisting/blacklisting names, we added two new
config options: `good-names-rgxs` and `bad-names-rgxs`. They both
are a comma-separated list of regexes, where the former is used for exempting
names from name checking while the latter is used for always marking a name
as blacklisted.
2019-10-30 10:06:19 +01:00
Ville Skyttä
6df0b3e2a4 Flag various collections as dangerous defaults (#3183) (#3194) 2019-10-16 21:11:35 +02:00
Claudiu Popa
141873adae A new check `f-string-without-interpolation` was added
Close #3190
2019-10-16 12:28:35 +02:00
Ashley Whetter
3fc8c98d0f Can read setup.cfg and pyproject.toml files
Closes #617
2019-10-09 20:39:13 -07:00