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
/
checkers
/
format.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-964
/
+0
*
Change default max-line-length to 100 rather than 80
Sylvain Thénault
2014-11-19
1
-1
/
+1
*
pylint pylint
Sylvain Thénault
2014-11-19
1
-11
/
+13
*
Move old-ne-operator to the python3 porting checker.
Claudiu Popa
2014-11-15
1
-11
/
+0
*
Move backtick warning in python3 porting checker.
Claudiu Popa
2014-11-15
1
-9
/
+0
*
'too-many-lines' disable pragma can be located on any line, not only the first.
Claudiu Popa
2014-10-23
1
-2
/
+10
*
Drop old and useless code.
Claudiu Popa
2014-10-21
1
-3
/
+0
*
Add max_module_lines to warning message. Other length warnings already have t...
frost-nzcr4
2014-09-15
1
-2
/
+2
*
Wrap dict.items() et. al. in list()
Brett Cannon
2014-08-29
1
-1
/
+2
*
Modernize to the point of working for Python 2.7 still
Brett Cannon
2014-08-29
1
-3
/
+6
*
Fixed tests for line endings checker.
Michal Nowikowski
2014-07-26
1
-1
/
+2
*
merge
Michal Nowikowski
2014-07-26
1
-20
/
+16
|
\
|
*
Use the maxversion attribute on some warning instead of checking for the Pyth...
Torsten Marek
2014-07-25
1
-21
/
+17
*
|
Removed sign word from description of message.
Michal Nowikowski
2014-07-26
1
-1
/
+1
*
|
merge
Michal Nowikowski
2014-07-25
1
-45
/
+45
|
\
\
|
|
/
|
*
linting pylint
Sylvain Thénault
2014-07-25
1
-47
/
+47
*
|
Added two checkers for mixed line endings and for unexpected line endings.
Michal Nowikowski
2014-07-25
1
-3
/
+31
|
/
*
Allow implicitly concatenated strings to align with the previous string part.
Torsten Marek
2014-07-25
1
-15
/
+20
*
Use Module.future_imports for detecting if print is a builtin.
Torsten Marek
2014-04-25
1
-4
/
+2
*
Make the test suite pass on Python 2.6 again.
Torsten Marek
2014-04-26
1
-1
/
+1
*
Simplify the processing inside the main token loop, now that we have access t...
Torsten Marek
2014-04-18
1
-34
/
+30
*
Handle <> in the surface token dispatcher part.
Torsten Marek
2014-04-18
1
-6
/
+8
*
Add a check for indentation of continued lines, enforcing PEP8 style of conti...
Torsten Marek
2014-04-17
1
-18
/
+344
*
Only emit symbolic warnings from the format checker.
Torsten Marek
2014-04-16
1
-17
/
+17
*
Add missing operator == to list of comparison operators in format checker.
Torsten Marek
2014-03-30
1
-1
/
+1
*
Updated FSF address.
Arun Persaud
2014-02-23
1
-1
/
+1
*
various pylint fixes
Sylvain Thénault
2013-12-22
1
-5
/
+3
*
[py3] various fixes for python3
Sylvain Thénault
2013-12-20
1
-1
/
+3
*
fix indentation in various places. Damned googlers :p
Sylvain Thénault
2013-12-04
1
-85
/
+85
*
Combine 'no-space-after-operator', 'no-space-after-comma' and 'no-space-befor...
Torsten Marek
2013-11-06
1
-88
/
+177
*
Add a new warning 'superfluous-parens' for unnecessary parentheses
Torsten Marek
2013-11-06
1
-3
/
+108
*
Added a new option to the multiple-statement-per-line warning to allow
Torsten Marek
2013-11-05
1
-7
/
+31
*
Fix issue #55 (false-positive trailing-whitespace on Windows)
moxian
2013-08-29
1
-1
/
+1
*
some pylint and style fixes
Sylvain Thénault
2013-07-31
1
-1
/
+1
*
Emit warnings about lines exceeding the column limit when those lines are ins...
Torsten Marek
2013-07-24
1
-1
/
+12
*
add test for no-final-new-line
Sylvain Thénault
2013-07-17
1
-1
/
+1
*
Added new warning no-final-newline.
Torsten Marek
2013-06-22
1
-6
/
+12
*
Add a warning for trailing whitespace.
Torsten Marek
2013-06-18
1
-2
/
+10
*
Extend the line length check.
Torsten Marek
2013-06-17
1
-2
/
+13
*
astng has been renamed astroid
David Douard
2013-06-17
1
-3
/
+3
*
Tokenize the input source only once and hand it to all checkers that need the...
Torsten Marek
2013-05-01
1
-17
/
+5
*
Make sure that pragmas that apply to whole lines are interpreted literally, s...
Torsten Marek
2013-03-29
1
-5
/
+11
*
move string literal checker from format.py to strings.py
Sylvain Thénault
2013-03-29
1
-104
/
+1
*
string check: don't warn about octal escape sequence, warn about \o (not octa...
Martin Pool
2013-02-25
1
-1
/
+4
*
lint fixes
Sylvain Thénault
2012-09-19
1
-1
/
+1
*
Closes #104572: symbolic warning names in output (by Martin Pool)
Martin Pool
2012-09-19
1
-0
/
+14
*
[format checker] check for anomalous backslash escape (new W1401, W1402). Clo...
Sylvain Thénault
2012-09-19
1
-4
/
+102
*
fix grammatical error for W0332 message. Closes #100654
Sylvain Thénault
2012-08-29
1
-2
/
+2
*
add note about soon useless stream.seek()
Sylvain Thénault
2011-10-26
1
-1
/
+1
*
typo; fix py3k tests
Emile Anclin
2010-12-16
1
-1
/
+1
[next]