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
/
checker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow noqa to apply to lines due to continuation
noqa_continuation
Anthony Sottile
2020-03-17
1
-13
/
+10
*
Ensure that a not-found file produces an error
Anthony Sottile
2020-01-16
1
-5
/
+4
*
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
1
-14
/
+14
*
linters: Add flake8-bugbear for finding bugs and design problems
Eric N. Vander Weele
2019-10-25
1
-2
/
+5
*
Don't reset indent_char when we encounter E101
Anthony Sottile
2019-09-24
1
-4
/
+1
*
Type annotate flake8.options.manager
Anthony Sottile
2019-09-07
1
-1
/
+1
*
move from optparse to argparse
Anthony Sottile
2019-08-17
1
-1
/
+1
*
Fix / improve recently merged patches + CI
Anthony Sottile
2019-07-08
1
-1
/
+1
*
support extend-exclude Fixes #535
Thomas Grainger
2019-07-08
1
-1
/
+5
*
fix CI build
Anthony Sottile
2019-07-08
1
-2
/
+3
*
Merge branch 'show_traceback' into 'master'
Anthony Sottile
2019-06-14
1
-1
/
+2
|
\
|
*
Show traceback on plugin exception
Ivan Pozdeev
2019-05-20
1
-1
/
+2
*
|
mypy now passes
Anthony Sottile
2019-05-19
1
-25
/
+21
|
/
*
Fix crash when file fails to tokenize but parses
Anthony Sottile
2019-04-07
1
-2
/
+1
*
Merge branch 'mypy_improvements' into 'master'
Ian Stapleton Cordasco
2019-02-17
1
-2
/
+2
|
\
|
*
Improve a few mypy type annotations
Anthony Sottile
2019-02-17
1
-2
/
+2
*
|
Speed up flake8 when only 1 filename is passed
Anthony Sottile
2019-02-17
1
-9
/
+1
|
/
*
Remove noqa comments now that 3.7 has been released
Anthony Sottile
2019-01-31
1
-1
/
+1
*
Fix plugin exception reporting keyerror typo
Tomer Keren
2019-01-30
1
-1
/
+1
*
Some lint / mypy fixes
Anthony Sottile
2019-01-24
1
-2
/
+3
*
Merge branch 'physical-line-multiple' into 'master'
Anthony Sottile
2018-12-10
1
-11
/
+28
|
\
|
*
checker: allow physical checks to return multiple results, add tests
Tom Milligan
2018-12-10
1
-11
/
+28
*
|
Remove workarounds for older, unsupported Pythons
Jon Dufresne
2018-12-05
1
-14
/
+0
|
/
*
Refactor to support the per-file-ignores
Ian Stapleton Cordasco
2018-10-27
1
-14
/
+5
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
1
-82
/
+111
*
Merge branch '405-nonexisting-files' into 'master'
Ian Stapleton Cordasco
2018-04-15
1
-3
/
+1
|
\
|
*
Report error when non-exiting path is passed to flake8
Avraham Shukron
2018-02-21
1
-3
/
+1
*
|
Move all uses of `pool` inside `run_parallel()`.
Craig Silverstein
2018-03-02
1
-31
/
+30
|
/
*
Implement better UX around broken plugins
Ian Stapleton Cordasco
2017-12-31
1
-1
/
+9
*
Lint only *.py files with --diff option
Josef Skladanka
2017-08-08
1
-0
/
+2
*
Add debugging utility for FileChecker
Ian Cordasco
2017-06-01
1
-0
/
+4
*
Clean up some uses of set, list, and dict
Jon Dufresne
2017-05-13
1
-2
/
+2
*
Avoid calling rstrip on None
Ian Cordasco
2017-01-27
1
-10
/
+15
*
Enable users who want to track all files processed
Ian Cordasco
2016-12-20
1
-2
/
+3
*
Tidy up last few bits for performance improvement
Ian Cordasco
2016-12-20
1
-10
/
+10
*
Simplify and speed up multiprocessing
Anthony Sottile
2016-11-29
1
-102
/
+60
*
Only force files to be included when run from CLI
Ian Cordasco
2016-11-23
1
-10
/
+15
*
Merge branch 'bug/259' into 'master'
Ian Cordasco
2016-11-20
1
-16
/
+15
|
\
|
*
Handle SyntaxErrors in a slightly smarter way
Ian Cordasco
2016-11-17
1
-16
/
+15
*
|
Skip filename pattern check for provided files
Ian Cordasco
2016-11-19
1
-1
/
+8
|
/
*
Handle SyntaxErrors after new-lines specially
Ian Cordasco
2016-10-23
1
-8
/
+35
*
Serialize Checkers PluginTypeManager to a dict
Ian Cordasco
2016-08-03
1
-22
/
+26
*
Diable multiprocessing behaviour on Windows
Ian Cordasco
2016-07-29
1
-1
/
+2
*
Sort reports by line and column
Fabian Neundorf
2016-07-28
1
-1
/
+1
*
Handle AttributeErrors during parameter aggregation
Ian Cordasco
2016-07-27
1
-5
/
+21
*
Merge branch 'fix-mp-win-3.0' into 'master'
Ian Cordasco
2016-07-27
1
-8
/
+11
|
\
|
*
Fix multiprocessing on Windows
schlamar
2016-07-27
1
-8
/
+11
*
|
_job_count always returns an int
FichteFoll
2016-07-27
1
-1
/
+1
|
/
*
Handle multiline strings with '# noqa'
Ian Cordasco
2016-07-25
1
-5
/
+7
*
Support functions as file plugins too
Fabian Neundorf
2016-07-24
1
-5
/
+7
[next]