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
/
pyreverse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `pyreverse` type annotations for attributes using alternative union synta...
Andreas Finkler
2022-05-29
3
-10
/
+9
*
Fix return type annotations in MermaidJS diagrams.
DudeNr33
2022-05-27
1
-1
/
+1
*
Refactor and deprecate resolving of interface implementations in `pyreverse` ...
Andreas Finkler
2022-05-27
1
-24
/
+17
*
Remove unnecessary base class and dead code in `pylint.pyreverse.utils` (#6712)
Andreas Finkler
2022-05-27
1
-43
/
+6
*
Some initial line wrapping of docstrings (#6672)
Daniël van Noord
2022-05-23
1
-1
/
+3
*
Fix "dictionary changed size during iteration" (#6612)
nyabkun
2022-05-18
1
-1
/
+1
*
Run linking and diadef handling with patched `sys.path` (#6617)
Andreas Finkler
2022-05-17
1
-3
/
+3
*
Create constant for default ignore list (#6615)
Andreas Finkler
2022-05-15
2
-2
/
+4
*
Add typing to `pylint.pyreverse.inspector` (#6614)
Andreas Finkler
2022-05-15
2
-27
/
+49
*
Finish typing of `pylint.pyreverse.utils` (#6549)
Andreas Finkler
2022-05-11
1
-35
/
+29
*
Add typing to `pylint.pyreverse.diagrams.py` (#6547)
Andreas Finkler
2022-05-08
1
-43
/
+78
*
Add typing to `pylint.pyreverse.main` and `pylint.pyreverse.diadefslib` (#6518)
Andreas Finkler
2022-05-06
2
-17
/
+26
*
Activate the ``duplicate-code`` checker (#6121)
Pierre Sassoulas
2022-05-05
1
-0
/
+1
*
Create a path type of argument that automatically expand user/var (#6494)
Pierre Sassoulas
2022-05-03
1
-1
/
+1
*
Run development version of ``pydocstringformatter`` (#6469)
Daniël van Noord
2022-04-28
3
-5
/
+5
*
Remove some words from custom dictionary and update spelling
Daniël van Noord
2022-04-26
1
-1
/
+1
*
[spelling] Remove remaining typoes detected by the spelling checker
Pierre Sassoulas
2022-04-26
3
-7
/
+4
*
Fix handling of default value for extend action in Python 3.7
DudeNr33
2022-04-24
1
-1
/
+1
*
Finish typing of ``pylint/__init__.py``
Daniël van Noord
2022-04-23
1
-1
/
+3
*
Transition ``pyreverse`` from ``optparse`` to ``argparse`` (#6334)
Daniël van Noord
2022-04-15
2
-12
/
+12
*
Add typing and small refactors to pyreverse
Daniël van Noord
2022-04-15
3
-5
/
+11
*
Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)
Daniël van Noord
2022-04-14
2
-2
/
+6
*
Use ``python-typing-update`` on ``pylint/pyreverse`` directory
Daniël van Noord
2022-04-14
8
-50
/
+64
*
Update optdicts in ``pyreverse`` (#6209)
Daniël van Noord
2022-04-12
1
-0
/
+6
*
Add ``Options`` and ``OptionsDict`` to typing utils
Daniël van Noord
2022-04-06
1
-1
/
+2
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
13
-13
/
+13
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
13
-131
/
+13
*
``pyreverse``: better error messages for unsupported file formats (#5951)
Andreas Finkler
2022-03-22
3
-15
/
+52
*
Fix pyreverse type hints for methods returning None (#5916)
Téo Bouvard
2022-03-19
1
-7
/
+6
*
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Daniël van Noord
2022-03-13
7
-5
/
+23
*
Fix pyreverse type hinting for class methods (#5881)
Téo Bouvard
2022-03-09
1
-8
/
+7
*
Fix the period added in docstring automatically by mistake (#5790)
Pierre Sassoulas
2022-02-10
1
-5
/
+2
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
12
-103
/
+103
*
[pre-commit.ci] pre-commit autoupdate (#5758)
pre-commit-ci[bot]
2022-02-01
3
-7
/
+7
*
Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)
Daniël van Noord
2022-01-10
1
-3
/
+3
*
Format docstrings with ``pydocstringformatter``
Daniël van Noord
2022-01-02
9
-23
/
+12
*
Fix typos accross the whole codebase (#5575)
Pierre Sassoulas
2021-12-21
3
-10
/
+8
*
Add mermaidjs as format output for pyreverse (#5272)
Antonio Quarta
2021-12-03
3
-1
/
+121
*
Bump pylint to 2.12.0, update changelog
v2.12.0
Pierre Sassoulas
2021-11-25
7
-3
/
+14
*
fix accepted output format without graphviz
Antonio Quarta
2021-10-31
1
-1
/
+1
*
Unify all `<y or n>` metavars in option's help (#5229)
Tushar Sadhwani
2021-10-29
1
-1
/
+1
*
Fix exception of pyreverse in handling property function within a class.
Takahide Nojima
2021-10-26
1
-0
/
+1
*
pyreverse - Add project modules to sys.path (#4856)
Mark Byrne
2021-10-17
1
-10
/
+5
*
Add basic typing to ``pylint/pyreverse``
Daniël van Noord
2021-10-02
3
-6
/
+6
*
[pre-commit.ci] pre-commit autoupdate (#5082)
pre-commit-ci[bot]
2021-09-28
4
-8
/
+5
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
6
-1
/
+6
*
Refactor various typing related issues (#4940)
Daniël van Noord
2021-09-03
3
-43
/
+49
*
Remove unused ``visit_package`` function
Daniël van Noord
2021-09-01
1
-10
/
+0
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
5
-11
/
+11
*
Bump pylint to 2.10.2-dev0, update changelog
Ashley Whetter
2021-08-20
2
-0
/
+2
[next]