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
*
Handle new SyntaxError tuple on 3.10
Ian Stapleton Cordasco
2021-08-15
1
-3
/
+15
*
short circuit on ast error before tokenization error
Anthony Sottile
2021-04-18
1
-22
/
+22
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
1
-3
/
+1
*
fix mypy errors
Anthony Sottile
2021-04-07
1
-6
/
+10
*
fix links in code
Anthony Sottile
2021-04-03
1
-6
/
+6
*
audit .format(...) calls
Anthony Sottile
2021-03-30
1
-6
/
+2
*
com2ann
Anthony Sottile
2021-03-30
1
-31
/
+32
*
clean up version_info references
Anthony Sottile
2021-03-30
1
-9
/
+5
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
1
-10
/
+13
*
introduce pyupgrade, run it in python2-compatible mode
Anthony Sottile
2021-03-29
1
-2
/
+5
*
remove vcs integration
Anthony Sottile
2021-03-29
1
-5
/
+2
*
fix a few small spelling issues
Anthony Sottile
2020-09-20
1
-1
/
+1
*
fix skipping of physical checks when file does not end in newline
Anthony Sottile
2020-09-12
1
-4
/
+13
*
Support linting when missing sem_open syscall
Nekokatt
2020-08-27
1
-11
/
+23
*
Parse --jobs as a custom argparse type. Fixes #567
Ruairidh MacLeod
2020-05-13
1
-9
/
+2
*
Manager.run_parallel: Remove useless sort by (column, column)
Anders Kaseorg
2020-05-12
1
-3
/
+1
*
Fix logical checks which report position out of bounds
Anthony Sottile
2020-05-07
1
-2
/
+6
*
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
[next]