index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
constants.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)
Jacob Walls
2022-03-11
1
-0
/
+17
*
Restore the useful part of the python3 checker (#5843)
Pierre Sassoulas
2022-03-08
1
-4
/
+1
*
Add a test to check that no old msgid or symbol are used (#5839)
Pierre Sassoulas
2022-02-26
1
-1
/
+105
*
Fix remaining typing issues for ``PyLinter`` and related functions (#5663)
Daniël van Noord
2022-02-08
1
-2
/
+4
*
Improve non ascii checker (#5643)
Kound
2022-01-10
1
-0
/
+1
*
Move ``HUMAN_READABLE_TYPES`` to ``constants`` (#5642)
Daniël van Noord
2022-01-06
1
-0
/
+14
*
Primer tests "à la mypy" (#5173)
Pierre Sassoulas
2021-11-24
1
-0
/
+1
*
Create a OLD_DEFAULT_PYLINT_HOME constants
Pierre Sassoulas
2021-10-26
1
-0
/
+3
*
Create a DEFAULT_PYLINT_HOME constant and upgrade help text
Pierre Sassoulas
2021-10-26
1
-0
/
+3
*
Use py-version for alternative union syntax check (#5160)
Marc Mueller
2021-10-15
1
-1
/
+0
*
``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...
Pierre Sassoulas
2021-08-19
1
-2
/
+0
*
Create a constant for BUILTINS
Pierre Sassoulas
2021-07-06
1
-1
/
+2
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
VariableChecker now accounts for attribute lookups in type comments (#4604)
Sergei Lebedev
2021-06-27
1
-0
/
+2
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Move informations that never change in the setup.py
Pierre Sassoulas
2021-04-05
1
-2
/
+2
*
Import astroid with import x or from x import y but not both
Pierre Sassoulas
2021-03-28
1
-3
/
+3
*
Improve handling of assignment expressions
Marc Mueller
2021-03-26
1
-0
/
+1
*
Migrate from % syntax or bad format() syntax to fstring
Pierre Sassoulas
2021-02-21
1
-5
/
+3
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Create a constant for version check and refactor existing one
Pierre Sassoulas
2021-01-24
1
-0
/
+4
*
Remove unused regular expressions import.
wtracy
2020-10-03
1
-1
/
+0
*
OPTION_RGX is redefined in pragma_parser.py, and is not used anywhere else. R...
wtracy
2020-10-02
1
-5
/
+0
*
The full version is a constant we can just import it
Pierre Sassoulas
2020-05-10
1
-0
/
+12
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-2
/
+0
*
Doc - Retrocompatibility with the main checker name
Pierre Sassoulas
2019-06-20
1
-1
/
+4
*
Refactor - Use a constant for the main checker name
Pierre Sassoulas
2019-06-20
1
-0
/
+2
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
1
-0
/
+38