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
/
pylintrc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-24
/
+5
*
Add `--allow-reexport-from-package` option (#8124)
Marc Mueller
2023-01-28
1
-0
/
+3
*
Add `consider-refactoring-into-while-condition` checker (#8021)
yushao2
2023-01-27
1
-0
/
+1
*
[style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)
Pierre Sassoulas
2023-01-02
1
-8
/
+0
*
Add flag `--clear-cache-post-run` to support server-like usage (#7802)
Jacob Walls
2022-12-05
1
-0
/
+4
*
Enable dict-init-mutate extension (#7844)
Nick Drozd
2022-11-25
1
-0
/
+1
*
Enable broad-try-clause check (#7796)
Nick Drozd
2022-11-18
1
-0
/
+4
*
Use qualified name when checking for overgeneral exceptions (#7497)
Jakub Kuczys
2022-11-13
1
-1
/
+1
*
Fix typevar-rgx description in pylintrc (#7455)
243f6a88 85a308d3
2022-09-12
1
-1
/
+1
*
Remove unsupported option from our own ``pylintrc``
Daniël van Noord
2022-07-07
1
-3
/
+0
*
doc(fail-under): rephrase description (#7102)
Ville Skyttä
2022-07-05
1
-1
/
+1
*
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
1
-1
/
+1
*
Remove fixme from enable list
Jacob Walls
2022-05-05
1
-1
/
+0
*
Activate the ``duplicate-code`` checker (#6121)
Pierre Sassoulas
2022-05-05
1
-2
/
+1
*
Change config values of ``ignore-imports`` and ``ignore-signatures``
Daniël van Noord
2022-05-05
1
-2
/
+2
*
Disable fixme for internal uses before we make it optional in #3512 (#6482)
Pierre Sassoulas
2022-05-01
1
-0
/
+2
*
Only run spelling checks in CI with manual hook
Daniël van Noord
2022-04-26
1
-1
/
+1
*
[spelling] Add a configuration for the spelling checker
Pierre Sassoulas
2022-04-26
1
-4
/
+4
*
Add ``unrecognized-option`` message (#6330)
Daniël van Noord
2022-04-15
1
-31
/
+0
*
Bump py-version and add python-typing-update to CI (#6326)
Daniël van Noord
2022-04-14
1
-1
/
+1
*
Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``
Daniël van Noord
2022-04-04
1
-4
/
+0
*
Fix ``confidence`` argument type
Daniël van Noord
2022-04-02
1
-1
/
+1
*
[refactor] Use for v in *.values() instead of _, v in *.items()
Pierre Sassoulas
2022-04-02
1
-1
/
+1
*
Create an `Argument` class and allow convertion of optdict into them (#5584)
Daniël van Noord
2022-03-29
1
-1
/
+1
*
Update configuration of pre-commit hooks and tools
Daniël van Noord
2022-03-25
1
-0
/
+1
*
Create a ``TypeVar`` style for ``invalid-name`` (#5894)
Daniël van Noord
2022-03-24
1
-0
/
+3
*
Fix #2399: Avoid negative scores by default (#5595)
Jacob Walls
2021-12-28
1
-1
/
+1
*
Add missing settings to pylintrc (#5556)
Daniël van Noord
2021-12-21
1
-17
/
+203
*
Fix typos over the whole codebase (#5540)
Kian Meng, Ang
2021-12-17
1
-1
/
+1
*
Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)
Jacob Walls
2021-12-14
1
-5
/
+5
*
Fix #4761: Emit `used-before-assignment` where single assignment only made in...
Jacob Walls
2021-12-11
1
-1
/
+1
*
Require Python 3.6.2 (#5068)
Marc Mueller
2021-11-25
1
-1
/
+1
*
Activate and fix existing use-set-for-membership checks (#5379)
Pierre Sassoulas
2021-11-25
1
-0
/
+1
*
Fix typo in pylintrc for useless-suppression (#5303)
Daniël van Noord
2021-11-23
1
-1
/
+1
*
Move ``misplaced-comparison-constant`` to optional extension (#5298)
Daniël van Noord
2021-11-14
1
-0
/
+1
*
Add configuration option ``exclude-too-few-public-methods`` (#5191)
Mike Fiedler
2021-10-26
1
-0
/
+3
*
Enable for_any_all check (#5206)
Nick Drozd
2021-10-25
1
-0
/
+1
*
Add ``mixin-class-rgx`` option (#5203)
Daniël van Noord
2021-10-25
1
-2
/
+5
*
Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)
Daniël van Noord
2021-10-17
1
-1
/
+1
*
Add missing setting to ``pylintrc``
Daniël van Noord
2021-09-29
1
-1
/
+5
*
Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)
Marc Mueller
2021-08-30
1
-3
/
+3
*
Add pylintrc config for typing extension (#4843)
Marc Mueller
2021-08-14
1
-0
/
+9
*
Enable some Pylint extensions (#4842)
Nick Drozd
2021-08-14
1
-0
/
+3
*
Add ignored-parents option to design checker (#4758)
Rebecca Turner
2021-07-28
1
-0
/
+3
*
Move to new extension CodeStyleChecker
Marc Mueller
2021-06-10
1
-1
/
+2
*
Remove implicit concat in str shortened enough by black
Pierre Sassoulas
2021-04-04
1
-1
/
+1
*
Remove filter from list of bad functions
Marc Mueller
2021-04-03
1
-1
/
+1
*
Fix pylintrc file
Marc Mueller
2021-04-03
1
-4
/
+8
*
Each enable on their on line in pylintrc
Pierre Sassoulas
2021-03-25
1
-1
/
+4
*
Add extension-pkg-allow-list option
Peter Kolbus
2021-03-09
1
-1
/
+1
[next]