index
:
delta/python-packages/flake8.git
3.7-maintenance
add-statistics
afortunado21-master-patch-46684
asottile-entry-point-docs-fixup
asottile-patch-1
backwards-compat-api
bug/103
bug/121
bug/122
bug/1372
bug/163
bug/178
bug/179
bug/180
bug/193
bug/52
bug/67
bug/69
bug/74
bug/90
bug/output-file
coverage-6
drop-xdg-config
feature/output-file
feature/register-optional-checks
fix-extend-default-ignore
fix-github-workflows
fix_travis2
github_actions
indent-size-str
legacy-api-tests
main
master
mpenkov-master
new_namedtuple
noqa_continuation
off_by_default
output_file_fix
parallel-syntax-error
pep8-stdin-fix
plugin-loading
pre-commit-ci-update-config
pre_commit_config
proposed/3.0
release/2.5.0
remove_unused_verify_requiremetns
stable/2.6
stray-noqa
throwaway-ci
uncap-flake8
update-appveyor
gitlab.com: pycqa/flake8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flake8
/
processor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct and deprecate the value of indent_size_str
Anthony Sottile
2021-05-08
1
-2
/
+2
*
short circuit on ast error before tokenization error
Anthony Sottile
2021-04-18
1
-28
/
+11
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
1
-3
/
+1
*
improve code coverage in a few places
Anthony Sottile
2021-04-07
1
-13
/
+1
*
audit + string joining
Anthony Sottile
2021-03-30
1
-1
/
+1
*
audit % format calls
Anthony Sottile
2021-03-30
1
-1
/
+1
*
com2ann
Anthony Sottile
2021-03-30
1
-51
/
+50
*
clean up readlines_py2
Anthony Sottile
2021-03-30
1
-16
/
+2
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
1
-3
/
+8
*
introduce pyupgrade, run it in python2-compatible mode
Anthony Sottile
2021-03-29
1
-1
/
+1
*
upgrade pycodestyle to 2.7.0
Anthony Sottile
2021-03-14
1
-0
/
+2
*
Add indent-size option
valentin
2021-03-14
1
-0
/
+2
*
processor: Catch SyntaxError also when generating tokens for a file
Eric N. Vander Weele
2020-06-02
1
-1
/
+1
*
Allow noqa to apply to lines due to continuation
noqa_continuation
Anthony Sottile
2020-03-17
1
-7
/
+44
*
split lines the same when read from stdin
Anthony Sottile
2020-01-16
1
-1
/
+1
*
application: Inline creation of config.ConfigFileFinder
Eric N. Vander Weele
2019-12-03
1
-3
/
+2
*
Fix codes
Byeonghoon Yoo
2019-11-06
1
-5
/
+4
*
Fix lint error
Byeonghoon Yoo
2019-11-05
1
-1
/
+2
*
Fix should_ignore_file() to handle disable-noqa configuration
Byeonghoon Yoo
2019-11-05
1
-1
/
+1
*
Add disable_noqa attribute to FileProcessor
Byeonghoon Yoo
2019-11-05
1
-0
/
+3
*
Merge branch 'specific_noqa_pycodestyle' into 'master'
Anthony Sottile
2019-10-28
1
-5
/
+3
|
\
|
*
Do not pass `noqa` to plugins, have flake8 decide whether to report
Anthony Sottile
2019-08-29
1
-5
/
+3
*
|
Don't reset indent_char when we encounter E101
Anthony Sottile
2019-09-24
1
-6
/
+0
*
|
Add type annotations for flake8.processor
Anthony Sottile
2019-09-07
1
-30
/
+42
|
/
*
mypy now passes
Anthony Sottile
2019-05-19
1
-4
/
+6
*
whitelist a bandit false positive and improve type annotation
Anthony Sottile
2019-05-19
1
-3
/
+3
*
Ensure exceptions are pickleable
Anthony Sottile
2019-02-19
1
-1
/
+1
*
Remove noqa comments now that 3.7 has been released
Anthony Sottile
2019-01-31
1
-1
/
+1
*
Latest pycodestyle
Anthony Sottile
2019-01-29
1
-0
/
+3
*
Some lint / mypy fixes
Anthony Sottile
2019-01-24
1
-1
/
+2
*
Fix typo
Anthony Sottile
2018-12-31
1
-1
/
+1
*
Remove workarounds for older, unsupported Pythons
Jon Dufresne
2018-12-05
1
-17
/
+0
*
Revert "Merge branch 'revert-63b91c95' into 'master'"
Anthony Sottile
2018-10-23
1
-6
/
+3
*
Revert "Merge branch 'match_newlines_py3' into 'master'"
Anthony Sottile
2018-10-23
1
-3
/
+6
*
Fix inconsistent newlines read from a file in python3
Anthony Sottile
2018-10-22
1
-6
/
+3
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
1
-53
/
+57
*
Only skip a file if `# flake8: noqa` is on a line by itself
Anthony Sottile
2018-07-01
1
-4
/
+12
*
Simplify and speed up multiprocessing
Anthony Sottile
2016-11-29
1
-0
/
+1
*
Add previous_unindented_logical_line attribute
Yen Chi Hsuan
2016-11-08
1
-0
/
+5
*
Handle empty stdin-display-name values
Ian Cordasco
2016-10-28
1
-1
/
+1
*
Fix up FileProcessor.file_tokens property
Ian Cordasco
2016-10-25
1
-2
/
+9
*
Merge branch 'file-tokens' of xzise/flake8
Ian Cordasco
2016-10-25
1
-0
/
+14
|
\
|
*
Add support for tokens of a complete file
Fabian Neundorf
2016-07-22
1
-0
/
+14
*
|
Handle SyntaxErrors when tokenizing a file
Ian Cordasco
2016-08-06
1
-7
/
+1
*
|
Merge branch 'bug/179' into 'master'
Ian Cordasco
2016-08-05
1
-2
/
+2
|
\
\
|
*
|
Serialize Checkers PluginTypeManager to a dict
Ian Cordasco
2016-08-03
1
-2
/
+2
*
|
|
Clean up usage of InvalidSyntax exception
Ian Cordasco
2016-08-05
1
-1
/
+1
*
|
|
Use str(exc) instead of exc.message
Wouter Bolsterlee
2016-08-05
1
-1
/
+1
|
/
/
*
|
Fix handling of logical lines with noqa
Ian Cordasco
2016-07-26
1
-6
/
+7
|
/
*
Fix typo in documentation using `indect`
Fabian Neundorf
2016-07-21
1
-1
/
+1
[next]