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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add typing to `lint_module_test`
Daniël van Noord
2021-09-17
1
-27
/
+42
*
Add ``flynt`` to 2.11 changelog
Daniël van Noord
2021-09-17
1
-1
/
+2
*
Fix ``unspecified-encoding`` for ``Path.read_text()``
Daniël van Noord
2021-09-17
4
-6
/
+18
*
Fix typing of `ReportsHandlerMixIn` (#5028)
Daniël van Noord
2021-09-17
1
-7
/
+5
*
py-version-check help fixes
Ville Skyttä
2021-09-17
1
-1
/
+1
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
45
-61
/
+61
*
Move back to a dev version following 2.11.1 release
Pierre Sassoulas
2021-09-16
2
-2
/
+2
*
Bump pylint to 2.11.1, update changelog
v2.11.1
Pierre Sassoulas
2021-09-16
3
-3
/
+9
*
Add typing for ``json_reporter`` and sub-classes
Daniël van Noord
2021-09-16
11
-33
/
+76
*
Fix ``unspecified-encoding`` for `Path()`
Daniël van Noord
2021-09-16
4
-3
/
+25
*
Move back to a dev version following 2.11.0 release
Pierre Sassoulas
2021-09-16
4
-2
/
+28
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
88
-24
/
+139
*
Add typing to ``filepath`` (#4980)
Daniël van Noord
2021-09-16
20
-115
/
+164
*
Add typing in ``pylint.reporters`` (#5004)
Pierre Sassoulas
2021-09-16
11
-73
/
+118
*
Move methods to `BaseLayout` (#5015)
Daniël van Noord
2021-09-16
2
-15
/
+13
*
Move PyreverseConfig to pylint.testutil (#5013)
Pierre Sassoulas
2021-09-15
4
-47
/
+52
*
Add typing to all calls to ``self.stats`` (#4973)
Daniël van Noord
2021-09-15
19
-63
/
+154
*
Remove most `typing.cast()` calls (#4995)
Daniël van Noord
2021-09-15
3
-17
/
+3
*
Fix PyreverseConfig imports in pyreverse's tests
Pierre Sassoulas
2021-09-15
3
-2
/
+5
*
Change lines to lists (#5009)
Daniël van Noord
2021-09-14
3
-7
/
+7
*
Update CONTRIBUTORS.txt
Dimitri Prybysh
2021-09-14
1
-1
/
+1
*
Add functional test demonstrating #4370
Dimitri Prybysh
2021-09-14
2
-0
/
+18
*
Fix deprecation warning for AssignAttr in tests (#5006)
Pierre Sassoulas
2021-09-14
1
-9
/
+6
*
Fix false positive ``unused-private-member`` for accessing attributes in a cl...
yushao2
2021-09-14
5
-8
/
+39
*
Make consider-iterating-dictionary consider membership check (#4997)
Daniël van Noord
2021-09-14
5
-27
/
+75
*
Pylint reporter cleanup (#5003)
Pierre Sassoulas
2021-09-14
4
-110
/
+104
*
Add tests for dataclasses (#4967)
Daniël van Noord
2021-09-14
2
-2
/
+9
*
Upgrade astroid to 2.8.0
Pierre Sassoulas
2021-09-14
2
-2
/
+3
*
Fix false negative for use-symbolic-message
Pierre Sassoulas
2021-09-14
4
-15
/
+20
*
[pre-commit.ci] pre-commit autoupdate (#4998)
pre-commit-ci[bot]
2021-09-14
1
-2
/
+2
*
Fix bad node given to a message and false positive invalide format for ``__al...
Pierre Sassoulas
2021-09-13
5
-6
/
+23
*
Bump sphinx from 4.1.2 to 4.2.0
dependabot[bot]
2021-09-13
1
-1
/
+1
*
Add typing to most reference of ``stream``
Daniël van Noord
2021-09-13
9
-55
/
+85
*
Type ``process_module`` and update argument names
Daniël van Noord
2021-09-13
9
-18
/
+27
*
Documentation for ``pyreverse`` and ``symilar`` (#4992)
Andreas Finkler
2021-09-11
6
-0
/
+114
*
Make ``global-variable-not-assigned`` check local scope (#4990)
Daniël van Noord
2021-09-11
8
-12
/
+78
*
Fix no-self-use and docparams extension for async functions/methods (#4986)
SupImDos
2021-09-11
9
-8
/
+66
*
Fix bug with cache's parent directory not existing (#4988)
Daniël van Noord
2021-09-10
3
-1
/
+9
*
Use overload to type get_global_option (#4978)
Daniël van Noord
2021-09-08
3
-4
/
+91
*
fix false positive W0238 with private staticmethod used from classmethod (#4949)
Kayran Schmidt
2021-09-07
4
-3
/
+29
*
Make ``min-similarity-lines == 0`` stop similarity check (#4970)
Daniël van Noord
2021-09-07
4
-0
/
+18
*
Merge pull request #4979 from jacobtylerwalls/useless-suppression-typo
Andreas Finkler
2021-09-07
1
-2
/
+2
|
\
|
*
Fix typos in useless-suppression topic
Jacob Walls
2021-09-06
1
-2
/
+2
|
/
*
Add additional test case - consider-using-assignment-expr (#4975)
Marc Mueller
2021-09-06
1
-1
/
+12
*
Update pre-commit requirement from ~=2.14 to ~=2.15 (#4974)
dependabot[bot]
2021-09-06
1
-1
/
+1
*
Merge pull request #4971 from cdce8p/feat_consider-using-in
Andreas Finkler
2021-09-06
5
-2
/
+14
|
\
|
*
Extend consider-using-in for attribute access
Marc Mueller
2021-09-05
5
-2
/
+14
|
/
*
Remove test dependency mypy-extensions (#4969)
Marc Mueller
2021-09-05
2
-2
/
+6
*
Add typing with `PyAnnotate` to `./tests` (#4950)
Daniël van Noord
2021-09-04
69
-775
/
+965
*
Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)
Daniël van Noord
2021-09-03
3
-101
/
+108
[next]