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
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tox config
Marc Mueller
2021-02-28
1
-81
/
+31
*
CI improvements from pinning astroid version
Marc Mueller
2021-02-28
1
-3
/
+4
*
Additional changes
Marc Mueller
2021-02-20
1
-11
/
+0
*
Update tox.ini formatting
Marc Mueller
2021-02-20
1
-9
/
+9
*
Drop support for Python 3.5 to fix typing
Marc Mueller
2021-02-15
1
-3
/
+2
*
Add mypy in pre-commit and modify the tox job accordingly
Pierre Sassoulas
2021-02-07
1
-3
/
+2
*
Merge branch 'master' into toward_python39
hippo91
2020-12-29
1
-8
/
+8
|
\
|
*
Use pre-commit directly in the formatting tox job
Pierre Sassoulas
2020-12-14
1
-4
/
+4
|
*
Fix appveyor bug with the version of astroid not matching the real version
Pierre Sassoulas
2020-12-14
1
-4
/
+4
*
|
Adds py39 env
hippo91
2020-11-28
1
-1
/
+1
|
/
*
profile| Runs pylint against external code, generating profile-heatmaps
Frank Harrison
2020-11-27
1
-0
/
+17
*
Modify tox to show diff of formatting changes with black
Bryce Guinta
2020-10-19
1
-1
/
+1
*
Remove unsecable whitespace in the whole codebase
Pierre Sassoulas
2020-09-12
1
-1
/
+1
*
Make tool from pre-commit coherent with tox -e formatting
Pierre Sassoulas
2020-09-10
1
-2
/
+2
*
Configure readthedocs with a .readthedocs.yml
Ashley Whetter
2020-09-07
1
-11
/
+3
*
tox: Don't mention isort in dependencies
Damien Baty
2020-08-18
1
-3
/
+0
*
Switch to isort 5 for pylint's own code
Damien Baty
2020-08-18
1
-1
/
+1
*
Support both isort 4 and isort 5
Damien Baty
2020-08-18
1
-1
/
+3
*
Remove the test specific configuration file
Pierre Sassoulas
2020-05-01
1
-2
/
+2
*
Lint pylint from toxinidir, not the installed one
Claudiu Popa
2020-05-01
1
-1
/
+1
*
Remove the 'checker' in moved file name
Pierre Sassoulas
2020-04-27
1
-1
/
+1
*
Create a directory for checker's unittests
Pierre Sassoulas
2020-04-27
1
-15
/
+1
*
Easier to read list of test to lint in tox.ini
Pierre Sassoulas
2020-04-27
1
-14
/
+35
*
benchmark| Potential solution for performance regressions (#3473)
Frank Harrison
2020-04-26
1
-2
/
+30
*
Refactor - Move the content of lint.py in its own package
Pierre Sassoulas
2020-04-26
1
-1
/
+1
*
profile| Remove the --profile-svg switch
Frank Harrison
2020-04-23
1
-1
/
+1
*
profile| Adds profile-heatmap generation output to tox test-runs
Frank Harrison
2020-04-23
1
-1
/
+2
*
[tox] Extend the pylint check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
1
-3
/
+18
*
[tox] Extend the isort check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
1
-1
/
+1
*
[tox] Extend the black check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
1
-1
/
+1
*
tox| Generate coverage htmls via tox
Frank Harrison
2020-04-19
1
-0
/
+11
*
tox| Uses -m coverage instead of path to site-packages (#3464)
Frank Harrison
2020-04-03
1
-4
/
+4
*
also lint setup.py
Anthony Sottile
2020-03-24
1
-2
/
+2
*
Pin coverage to <5 to account for the private coverage format changing
Claudiu Popa
2019-12-15
1
-3
/
+3
*
[formating] Bump black and isort
Djailla
2019-11-18
1
-2
/
+2
*
Install pytest when running pylint against itself
Mr. Senko
2019-11-04
1
-0
/
+1
*
Pin mypy and typed-ast to fix the CI
Claudiu Popa
2019-09-30
1
-2
/
+3
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1
-3
/
+3
*
Dropped support for Python 3.4
Claudiu Popa
2019-06-20
1
-1
/
+1
*
Pin sphinx to the latest and fix the warning it caused
Claudiu Popa
2019-03-29
1
-1
/
+1
*
Feat - Add an isort formatting check in the tox.ini
Pierre Sassoulas
2019-03-20
1
-2
/
+6
*
Chore - Update black and pre-commit in configuration
Pierre Sassoulas
2019-03-20
1
-1
/
+1
*
Expose Python 3.8 in tox
Claudiu Popa
2019-03-05
1
-1
/
+1
*
Separate pyenchant into a separate step
Claudiu Popa
2018-09-29
1
-1
/
+13
*
Add tox and travis black steps
Claudiu Popa
2018-09-17
1
-0
/
+7
*
fix issue of mypy failing if used from tox
ssolanki
2018-08-21
1
-1
/
+1
*
annotations changes on new branch.
ssolanki
2018-08-21
1
-0
/
+8
*
Remove uneeded dependency in tox
Bryce Guinta
2018-08-02
1
-1
/
+0
*
use sphinx-build instead of rstlint
Konstantin Manna
2018-08-01
1
-2
/
+1
*
check rst files with rst-linter
Konstantin Manna
2018-08-01
1
-0
/
+2
[next]