summaryrefslogtreecommitdiff
path: root/pylint/extensions/magic_value.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical ↵orSolocate2023-01-121-3/+34
| | | | types and `\\` in rcfile configuration (#7880)
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-221-0/+88
Co-authored-by: Or Bahari <or.bahari@samsung.com>