Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Support globbing patterns for source-roots (#8281) | Alexey Pelykh | 2023-02-21 | 1 | -4/+5 |
| | | | Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com> | ||||
* | Support Implicit Namespace Packages (PEP 420) (#8153) | Alexey Pelykh | 2023-02-09 | 1 | -0/+11 |
| | | | Co-authored-by: Andreas Finkler <3929834+DudeNr33@users.noreply.github.com> | ||||
* | Add flag `--clear-cache-post-run` to support server-like usage (#7802) | Jacob Walls | 2022-12-05 | 1 | -0/+10 |
| | | | | | | Use this flag if you expect the linted files to be altered between runs, for instance, if using pylint in a server-like mode. The flag clear's astroid's in-memory caches. | ||||
* | Double escape to put escape character in rst | tbennett0 | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Use ``regular expression`` instead of ``regex`` | Daniël van Noord | 2022-07-07 | 1 | -2/+2 |
| | |||||
* | doc(fail-under): rephrase description (#7102) | Ville Skyttä | 2022-07-05 | 1 | -1/+1 |
| | | | | | | To exceed a threshold here sonds to me as if the score would have to be _above_ the threshold, which is the opposite of what actually happens. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Update docs to explain escape character not valid (#7103) | tbennett0 | 2022-07-02 | 1 | -1/+2 |
| | | | | | Adding note from #5415 to docs Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Avoid hangs on many-core Windows machines (#7035) | Bruce Dawson | 2022-06-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | Creating a multiprocessing Pool with too many processes can hit ValueError exceptions or hangs or both. The number that counts as "too many" depends on the Python version so this change uses 56 as a guaranteed safe limit. Details in #6965 Note that this only avoids the issue if an explicit jobs count is not passed in. Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Treat `--errors-only` as a disable, not a paired enable/disable (#6937) | Jacob Walls | 2022-06-15 | 1 | -3/+3 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Create constant for default ignore list (#6615) | Andreas Finkler | 2022-05-15 | 1 | -2/+2 |
| | |||||
* | [spelling] Capitalize emacs where it makes sense | Pierre Sassoulas | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | Fix short ``-v`` flag and add ``metavar`` support to ``_CallableArgument`` ↵ | Daniël van Noord | 2022-04-19 | 1 | -0/+2 |
| | | | | (#6386) | ||||
* | Move ``Run`` and ``PyLinter`` options to separate file (#6363) | Daniël van Noord | 2022-04-17 | 1 | -0/+569 |