Commit Graph

4 Commits

Author SHA1 Message Date
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