summaryrefslogtreecommitdiff
path: root/tests/test_func.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
* [pre-commit.ci] pre-commit autoupdate (#8452)pre-commit-ci[bot]2023-03-141-1/+1
* [ruff] Prevent automatic refactor of a lambda assignmentPierre Sassoulas2023-02-061-2/+2
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-2/+4
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+1
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-091-2/+4
* Add typing to several test files (#7440)Daniël van Noord2022-09-091-4/+9
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-2/+2
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-3/+9
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-041-1/+3
* Add two assertions for reporterDaniël van Noord2022-04-211-0/+2
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-7/+8
* Deprecate ``BaseChecker.config`` (#6278)Daniël van Noord2022-04-121-11/+9
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-17/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-2/+2
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-19/+25
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-3/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-2/+2
* Fix cyclic import with TYPE_CHECKING (#4703)Marc Mueller2021-07-191-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Fix tests/test_funcMarc Mueller2021-05-111-1/+1
* Strangely a new legacy test case appeared ?Pierre Sassoulas2021-05-111-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Migrate func_w406.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate func_first_arg.py to new functional testsPierre Sassoulas2021-03-141-1/+3
* Migrate func_w0613.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate func_w0405.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate func_w0611.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate func_dotted_ancestor.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate func_e12xx.py to new functional testsPierre Sassoulas2021-03-141-1/+1
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-071-1/+1
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-071-1/+1
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-071-3/+0
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-5/+2
* Fix E731 do not assign a lambda expression, use a defPierre Sassoulas2021-02-151-1/+1
* Move excess escape functional test to new frameworkPierre Sassoulas2021-01-031-1/+1
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-011-1/+1
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-011-1/+1
* Actually remove the file even if the tests failedPierre Sassoulas2021-01-011-3/+5
* Uniformize update mechanism in functional testsPierre Sassoulas2021-01-011-9/+18
* Remove unused class attribute _TEST_TYPEPierre Sassoulas2021-01-011-4/+0