summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [pre-commit.ci] pre-commit autoupdate (#7278)pre-commit-ci[bot]2022-08-091-1/+1
* Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...Karthik Nadig2022-08-093-2/+24
* Bump actions/setup-python from 4.1.0 to 4.2.0dependabot[bot]2022-08-098-18/+18
* Bump flake8 from 5.0.2 to 5.0.4dependabot[bot]2022-08-081-1/+1
* Bump flake8-typing-imports from 1.12.0 to 1.13.0dependabot[bot]2022-08-081-1/+1
* [open source insight] Add the badge from OpenSSF (#7267)Pierre Sassoulas2022-08-072-0/+9
* Fix failing tests in 'test_self.py' under MacOS (#7234)Mark Byrne2022-08-031-4/+14
* Remove imp-specific workaroundJacob Walls2022-08-031-3/+1
* Add xfail for `test_relative_beyond_top_level_two`Jacob Walls2022-08-031-0/+4
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-033-2/+16
* [pre-commit.ci] pre-commit autoupdate (#7256)pre-commit-ci[bot]2022-08-021-3/+3
* Bump sphinx from 5.1.0 to 5.1.1 (#7253)dependabot[bot]2022-08-011-1/+1
* Bump flake8 from 4.0.1 to 5.0.2 (#7254)dependabot[bot]2022-08-011-1/+1
* Add type annotations to `format.py` module. (#7251)Mark Byrne2022-08-011-35/+38
* Don't emit ``super-init-not-called`` for abstract ``__init__`` methods (#7227)Daniël van Noord2022-07-319-14/+61
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-313-2/+44
* Remove ``setup.py`` (#7249)Daniël van Noord2022-07-311-6/+0
* [doc consider-using-with] Add the case where the file isn't even closed (#7248)Pierre Sassoulas2022-07-314-2/+13
* Fix sys.path pollution in parallel mode (#7247)Jacob Walls2022-07-312-1/+6
* Bump pylint to 2.15.0-a0, update changelog (#7196)Pierre Sassoulas2022-07-308-48/+90
* [test] Temporary xfail deprecated methods py36 on pypy (#7244)Pierre Sassoulas2022-07-302-0/+7
* [doc] Remove hard-coded default in 'ignored-argument-names' description (#7239)Pierre Sassoulas2022-07-304-7/+4
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-306-16/+19
* [pyreverse test] Silence a deprecation warning for __implements__ (#7243)Pierre Sassoulas2022-07-301-1/+2
* Fix raise-missing-from related PEP (#7242)Grégoire2022-07-291-1/+1
* [pre-commit.ci] pre-commit autoupdate (#7230)pre-commit-ci[bot]2022-07-261-2/+2
* Bump sphinx from 5.0.2 to 5.1.0 (#7224)dependabot[bot]2022-07-251-1/+1
* Bump mypy from 0.961 to 0.971 (#7225)dependabot[bot]2022-07-251-1/+1
* Add some typing to ``spelling.py`` (#7218)Daniël van Noord2022-07-221-8/+18
* [basic checker] Add the confidence for 'unreachable' (#7216)Pierre Sassoulas2022-07-2111-43/+43
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-2128-202/+211
* [refactor] Simplify '_add_raise_message' in the DocParam checkerPierre Sassoulas2022-07-211-11/+9
* [testutil] Better assertion for configuration parsing failPierre Sassoulas2022-07-211-1/+1
* [doc] Add the spelling checker in the install guide (#7193)Pierre Sassoulas2022-07-216-16/+36
* Add typing to ``logging.py`` (#7211)Daniël van Noord2022-07-201-19/+28
* Partial typing of ``strings.py`` (#7210)Daniël van Noord2022-07-201-18/+35
* [tests cleanup] Move line-too-long and logging functional tests together (#7206)Pierre Sassoulas2022-07-2038-0/+0
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-1811-33/+35
* Add command to `tox.ini` & update existing github action to use it.Mark Byrne2022-07-182-2/+10
* Update tox.ini - Add `isolated_build = true`.Mark Byrne2022-07-181-0/+1
* Bump actions/cache from 3.0.4 to 3.0.5 (#7199)dependabot[bot]2022-07-187-21/+21
* Bump actions/setup-python from 4.0.0 to 4.1.0 (#7200)dependabot[bot]2022-07-188-18/+18
* [doc] New release procedure for towncrier in #6974 (#7198)Pierre Sassoulas2022-07-181-11/+10
* Add regression test for #7109 (#7112)Jacob Walls2022-07-182-0/+11
* Add regression test for #1667 (#7113)Jacob Walls2022-07-182-0/+12
* Add regression test for #5832 (#7105)Jacob Walls2022-07-172-1/+8
* Merge 'origin/maintenance/2.14.x' into main following 2.14.5 releasePierre Sassoulas2022-07-174-211/+212
|\
| * Bump pylint to 2.14.5, update changelogv2.14.5Pierre Sassoulas2022-07-177-197/+198
| * Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-173-3/+33
| * Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-177-41/+33