summaryrefslogtreecommitdiff
path: root/tests/test_check_parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Load custom plugins when linting in parallel (#8683)Jacob Walls2023-05-141-1/+16
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+4
* [test multiprocessing] Fix tests for unpickable plugins (#8470)Pierre Sassoulas2023-03-211-4/+3
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-3/+4
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-6/+14
* Avoid hanging forever after a parallel job was killed (#7834)Daniel2022-12-121-5/+30
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* [flake8-bugbear] Do not use 'assert False' but raise 'AssertionError()'Pierre Sassoulas2022-11-051-3/+7
* Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-0/+19
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-5/+7
* Refactor check() (#7288)Daniël van Noord2022-08-171-4/+8
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-3/+3
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-9/+5
* Deprecate ``MapReduceMixin`` and implements its methods in ``BaseChecker`` (#...Daniël van Noord2022-04-191-2/+1
* Improve CPU count detection in cgroup environments and fix CI (#6098)Daniël van Noord2022-04-161-0/+3
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-5/+6
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-2/+2
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-2/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-8/+3
* Don't assume test runners have more than 2 cores availableDaniël van Noord2022-02-181-12/+0
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-17/+17
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-271-2/+4
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+4
* Use ``with`` statement in ``parallel.py`` (#5612)Daniël van Noord2021-12-301-3/+3
* Use ``dill`` to pickle when run in parallel mode (#5609)Daniël van Noord2021-12-301-4/+21
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-4/+4
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-031-1/+2
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-7/+7
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-131/+120
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-9/+13
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-1/+2
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-3/+3
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-19/+21
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+3
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Similar check: Passe min_lines to recombined.Julien Palard2021-07-281-0/+142
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-6/+21
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-1/+1
* review fixes| Annotates and makes explicit invalid types being pass to initFrank Harrison2020-10-191-6/+16