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
...
*
Add astroid dependency link in tox.ini file
Claudiu Popa
2018-02-04
1
-1
/
+1
*
Remove backports dependency
Claudiu Popa
2018-01-25
1
-1
/
+0
*
Stop advertising python 2 support
Claudiu Popa
2018-01-25
1
-1
/
+1
*
For some reason this test wasn't running until now
Claudiu Popa
2017-12-15
1
-1
/
+1
*
Jython is no longer supported
Hugo
2017-12-11
1
-1
/
+1
*
Drop support for EOL Python 3.3
Hugo
2017-12-11
1
-1
/
+1
*
Don't mark dynamically added __class__ as unused variable. Close #1609
Claudiu Popa
2017-08-09
1
-1
/
+1
*
Try with the fixed release of astroid
pylint-1.7.0
Claudiu Popa
2017-04-13
1
-2
/
+2
*
Prepare 1.7.0 release
Claudiu Popa
2017-04-13
1
-2
/
+2
*
Use a lru_cache for unimplemented_abstract_methods and safe_infer
Moises Lopez - https://www.vauxoo.com/
2017-03-01
1
-0
/
+1
*
Add pyenchant to dependencies (#1281)
Łukasz Rogalski
2017-01-20
1
-0
/
+1
*
Use pytest-xdist for parallel execution of tests in travis (#1246)
Łukasz Rogalski
2016-12-30
1
-0
/
+1
*
Let the posargs parameter be separated from the test directory, so that we ca...
Claudiu Popa
2016-12-18
1
-1
/
+1
*
Added pyargs back to tox.ini
Derek Gustafson
2016-12-10
1
-1
/
+1
*
Added test_func tests back in.
Derek Gustafson
2016-12-06
1
-3
/
+1
*
Switch test runner from unnittest to pytest.
Derek Gustafson
2016-12-06
1
-1
/
+4
*
Add deprecations for Python 3.6
Jared Garst
2016-10-31
1
-1
/
+1
*
Rename the extension in tox.ini as well.
Claudiu Popa
2016-07-07
1
-1
/
+1
*
Rename check_docs to docparams in tox.ini
Claudiu Popa
2016-06-30
1
-1
/
+1
*
Enable the docs and mccabe extensions for our CI.
Claudiu Popa
2016-06-20
1
-1
/
+1
*
Add check for mccabe complexity cyclomatic threshold (#877)
Moises Lopez - https://www.vauxoo.com/
2016-05-09
1
-0
/
+1
*
[REF] import-checkers: Use of isort (#879)
Moises Lopez - https://www.vauxoo.com/
2016-04-30
1
-0
/
+2
*
[ADD] coverage: Enable coveralls and coverage report (#873)
Moises Lopez - https://www.vauxoo.com/
2016-04-26
1
-1
/
+36
*
Basic travis support.
Claudiu Popa
2015-12-16
1
-8
/
+5
*
Remove pudb from test dependencies
Dmitry Pribysh
2015-11-07
1
-1
/
+1
*
Revert accidentally updated tox.ini file
Dmitry Pribysh
2015-11-07
1
-1
/
+1
*
Reduce number of false positives emitted by non-iterator-returned checker
Dmitry Pribysh
2015-11-07
1
-2
/
+3
*
Use the new master bookmark when installing astroid.
Claudiu Popa
2015-10-28
1
-3
/
+3
*
Bring logilab-common's ureports into pylint.reporters.
Claudiu Popa
2015-09-05
1
-2
/
+0
*
Run pylint testenv with tox.
Claudiu Popa
2015-03-06
1
-1
/
+1
*
Add tox.ini bootstrap (stolen from astroid)
Mihai Balint
2015-03-03
1
-0
/
+9
*
Deal with a merge conflict
Brett Cannon
2014-08-29
1
-1
/
+1
*
Make sure tox.ini uses versions that drone.io supports
Brett Cannon
2014-08-29
1
-1
/
+1
*
Test against the latest releases
Brett Cannon
2014-08-29
1
-1
/
+0
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-1
/
+3
*
Remove dependency on logilab.testlib in the test suite (also removes Python 2...
Torsten Marek
2014-07-26
1
-3
/
+3
*
[test] tox use astroid from bitbucket, not the lastest released version
Sylvain Thénault
2014-04-02
1
-2
/
+2
*
tox tweaks
Sylvain Thénault
2013-12-20
1
-2
/
+3
*
minimal python versions
Sylvain Thénault
2013-12-19
1
-1
/
+2
*
attempt to use tox to test on several python version
Sylvain Thénault
2013-12-19
1
-0
/
+8
[prev]