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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
1
-1
/
+1
*
Update test_violation.py
Markus Piotrowski
2019-06-16
1
-0
/
+3
*
mypy now passes
Anthony Sottile
2019-05-19
9
-30
/
+16
*
whitelist a bandit false positive and improve type annotation
Anthony Sottile
2019-05-19
1
-3
/
+3
*
Fix crash when file fails to tokenize but parses
Anthony Sottile
2019-04-07
1
-0
/
+14
*
makes prelim_args test more explicit
Charles Frye
2019-03-11
1
-1
/
+1
*
Fixes handling of empty lists by Application
Charles Frye
2019-03-07
1
-0
/
+10
*
Ensure exceptions are pickleable
Anthony Sottile
2019-02-19
1
-0
/
+54
*
Speed up flake8 when only 1 filename is passed
Anthony Sottile
2019-02-17
1
-7
/
+13
*
FIX 507: allow multiple letters in codes
Илья Лебедев
2019-02-11
1
-0
/
+5
*
Fix reporting of UndefinedLocal pyflakes error
Anthony Sottile
2019-01-31
1
-0
/
+18
*
Improve error message for malformed per-file-ignores
Anthony Sottile
2019-01-30
2
-1
/
+29
*
Fix flake8 --statistics
Anthony Sottile
2019-01-30
2
-6
/
+29
*
Fix legacy api invocation of make_notifier
Anthony Sottile
2019-01-30
2
-1
/
+13
*
Merge branch 'is/490' into 'master'
Anthony Sottile
2019-01-30
1
-0
/
+43
|
\
|
*
Add integration test for `flake8 --diff`
Anthony Sottile
2019-01-30
1
-0
/
+43
*
|
Fix linters
Anthony Sottile
2019-01-30
1
-4
/
+9
*
|
Refactor file processor tests to use fixture
Tomer Keren
2019-01-30
2
-59
/
+51
*
|
Fix python2 unicode test error
Tomer Keren
2019-01-30
2
-5
/
+7
*
|
Fix dogfood
Tomer Keren
2019-01-30
2
-2
/
+3
*
|
Write a test checking plugin failure exception handling
Tomer Keren
2019-01-30
2
-0
/
+35
|
/
*
Allow capitalized filenames in per-file-ignores
Anthony Sottile
2019-01-29
1
-3
/
+10
*
Latest pycodestyle
Anthony Sottile
2019-01-29
2
-1
/
+2
*
Fix linters
Anthony Sottile
2019-01-27
2
-3
/
+3
*
Merge branch 'master' into 'master'
Ian Stapleton Cordasco
2019-01-17
1
-0
/
+10
|
\
|
*
Fixed linting errors
ymdatta
2019-01-04
1
-1
/
+1
|
*
test_option:Modify the tests to check support for optparse's types.
ymdatta
2018-11-09
1
-5
/
+7
|
*
Added tests for optparse's 'float' and 'complex' types
ymdatta
2018-10-28
1
-0
/
+8
*
|
Support more syntaxes in per-file-ignores
Anthony Sottile
2019-01-07
1
-0
/
+76
*
|
Remove unused and broken flake8.listen plugin type
Anthony Sottile
2018-12-27
4
-275
/
+4
*
|
Add tests for noqa without a space
Tomer Keren
2018-12-27
2
-0
/
+10
*
|
checker: allow physical checks to return multiple results, add tests
Tom Milligan
2018-12-10
1
-7
/
+81
*
|
Replace setuptools with entrypoints
Anthony Sottile
2018-11-05
5
-79
/
+43
*
|
Add tests for the expected behaviour of per-file-ignores
Ian Stapleton Cordasco
2018-10-27
1
-0
/
+100
|
/
*
Fixups after 3.6.0 release
Anthony Sottile
2018-10-23
1
-12
/
+11
*
Be explicit about the bytes put into test files
Anthony Sottile
2018-10-23
1
-5
/
+6
*
Revert "Merge branch 'revert-63b91c95' into 'master'"
Anthony Sottile
2018-10-23
1
-0
/
+26
*
Revert "Merge branch 'match_newlines_py3' into 'master'"
Anthony Sottile
2018-10-23
1
-26
/
+0
*
Merge branch 'match_newlines_py3' into 'master'
Anthony Sottile
2018-10-23
1
-0
/
+26
|
\
|
*
Fix inconsistent newlines read from a file in python3
Anthony Sottile
2018-10-22
1
-0
/
+26
*
|
Fix collections ABCs deprecation warning.
Jintao Zhang
2018-10-23
1
-2
/
+7
|
/
*
Fix up test files for W504
Ian Stapleton Cordasco
2018-10-20
3
-15
/
+15
*
Only skip a file if `# flake8: noqa` is on a line by itself
Anthony Sottile
2018-07-01
1
-0
/
+1
*
Fix issue with pep8-naming
Ian Stapleton Cordasco
2018-05-20
1
-3
/
+3
*
Add some extend_ignores into decision engine test cases
Ville Skyttä
2018-05-20
1
-44
/
+61
*
Implement --extend-ignore
Ville Skyttä
2018-05-16
2
-0
/
+2
*
Merge branch '405-nonexisting-files' into 'master'
Ian Stapleton Cordasco
2018-04-15
2
-0
/
+16
|
\
|
*
Report error when non-exiting path is passed to flake8
Avraham Shukron
2018-02-21
2
-0
/
+16
*
|
Do better testing that we actually call run_serial().
Craig Silverstein
2018-03-02
1
-2
/
+6
*
|
Move all uses of `pool` inside `run_parallel()`.
Craig Silverstein
2018-03-02
1
-2
/
+4
|
/
[next]