Commit Graph

13 Commits

Author SHA1 Message Date
Pierre Sassoulas
63ca05977d Move utils.expand_module in its own file in lint
We never used it anywhere else than lint so it belong in lint.
2021-04-03 22:49:21 +02:00
Pierre Sassoulas
14f20e2d50 Import astroid with import x or from x import y but not both
Remove unused imports for astroid
2021-03-28 16:30:10 +02:00
Peter Kolbus
12beaa0d3f Add extension-pkg-allow-list option
Add an option extension-pkg-allow-list to the main checker. This is an
alternate name for extension-pkg-whitelist.
2021-03-09 09:13:05 +01:00
Peter Kolbus
d19c773371 Reduce 'blacklist' term for ignored files
Replace usage of the term 'blacklist' in the context of ignored files
and directories (--ignore and --ignore-patterns), except in cases where
backward compatibility is needed. In documentation and help, supplement
'ignore' with 'skip'; in code use the term 'ignore list'.
2021-03-09 09:13:05 +01:00
Pierre Sassoulas
5bed07eba9 Move from % string formatting syntax to f-string or .format() 2021-02-21 15:36:16 +01:00
Frank Harrison
b2ef3f7174 check_parallel| Fixups imports after file-move 2020-10-19 12:26:17 -07:00
Pierre Sassoulas
74d5bcb352 Update formatting following black and isort update 2020-09-10 23:23:11 +02:00
hippo91
e010b84785 Corrects some inconsistent-return-statements occurences 2020-08-20 11:23:16 +02:00
Pieter Engelbrecht
7802a8852d Make fail under a float 2020-07-12 17:33:24 +02:00
Ram Rachum
7bf11769db Fix exception causes all over the codebase 2020-06-14 08:28:01 +02:00
Pierre Sassoulas
7831157f47 The full version is a constant we can just import it 2020-05-10 11:02:10 +02:00
Pierre Sassoulas
be5a61b13e More localized disable for broad-except in Pylinter 2020-04-26 15:18:01 +02:00
Pierre Sassoulas
1e0a6b85d6 [lint package refactor] Create a file for pylinter 2020-04-26 15:18:01 +02:00