summaryrefslogtreecommitdiff
path: root/pylint/constants.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-241-0/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-50/+0
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-0/+1
* Fix invalid type false positive (#8206)Nick Drozd2023-02-141-0/+1
* Emit `used-before-assignment` for further imports guarded by TYPE_CHECKING (#...Jacob Walls2022-12-101-3/+0
* Add `bad-dunder-name` extension checker (#7642)Dani Alcala2022-10-311-0/+130
* Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-191-0/+13
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-041-113/+0
* Create constant for default ignore list (#6615)Andreas Finkler2022-05-151-0/+2
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-2/+2
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-0/+57
* Do not report useless-suppression on duplicate-codeDaniël van Noord2022-05-051-0/+1
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+0
* Remove ``assign-to-new-keyword`` (#6421)Daniël van Noord2022-04-211-0/+2
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-181-0/+2
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint`` directoryDaniël van Noord2022-04-141-5/+7
* Remove removed messages from the tests (#6268)Daniël van Noord2022-04-121-0/+6
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-111-1/+0
* [refactor] Cleanup of the USER_HOME variablePierre Sassoulas2022-03-291-0/+2
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-261-0/+3
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-241-0/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+2
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-0/+17
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-081-4/+1
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-1/+105
* Fix remaining typing issues for ``PyLinter`` and related functions (#5663)Daniël van Noord2022-02-081-2/+4
* Improve non ascii checker (#5643)Kound2022-01-101-0/+1
* Move ``HUMAN_READABLE_TYPES`` to ``constants`` (#5642)Daniël van Noord2022-01-061-0/+14
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-0/+1
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-261-0/+3
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-261-0/+3
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-151-1/+0
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-191-2/+0
* Create a constant for BUILTINSPierre Sassoulas2021-07-061-1/+2
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-051-2/+2
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-3/+3
* Improve handling of assignment expressionsMarc Mueller2021-03-261-0/+1
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-5/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Create a constant for version check and refactor existing onePierre Sassoulas2021-01-241-0/+4
* Remove unused regular expressions import.wtracy2020-10-031-1/+0
* OPTION_RGX is redefined in pragma_parser.py, and is not used anywhere else. R...wtracy2020-10-021-5/+0
* The full version is a constant we can just import itPierre Sassoulas2020-05-101-0/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0