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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Replace setuptools with entrypoints
Anthony Sottile
2018-11-05
4
-75
/
+40
*
|
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
|
/
*
Respect a formatter's newline setting when printing
Ian Stapleton Cordasco
2017-12-31
1
-4
/
+4
*
Add pep8-naming to flake8 linting
Ian Stapleton Cordasco
2017-11-26
4
-12
/
+12
*
Fix-up new I202 violations
Ian Stapleton Cordasco
2017-11-26
1
-1
/
+0
*
Fix failing encoding test on appveyor
Anthony Sottile
2017-10-19
1
-2
/
+2
*
Catch UnicodeDecodeError while parsing config files
Anthony Sottile
2017-10-09
1
-1
/
+12
*
Allow our local plugin parsing to accept commas
Ian Stapleton Cordasco
2017-08-09
1
-0
/
+3
*
Update our plugin registration for debugging
Ian Stapleton Cordasco
2017-08-08
3
-39
/
+45
*
Fix finding of local config files.
Carl Meyer
2017-08-07
1
-0
/
+10
*
Simplify application tests; remove unneeded mocking
Carl Meyer
2017-08-07
1
-27
/
+22
*
Append [local] to version of local plugins.
Carl Meyer
2017-08-06
1
-0
/
+11
*
Add support for local (in-repo, non-setuptools) plugins.
Carl Meyer
2017-08-03
6
-52
/
+109
*
Allow spaces in # noqa lists
Ian Stapleton Cordasco
2017-07-28
2
-0
/
+2
*
Remediate one wafer thing decision logic bug
Ian Stapleton Cordasco
2017-07-28
1
-4
/
+3
*
Reproduce quiet/verbose config problem
Shinya Kawaguchi
2017-07-22
1
-3
/
+21
*
Add some better comments for decision logic
Ian Cordasco
2017-06-04
1
-1
/
+3
*
Get *one* more line of test coverage
Ian Cordasco
2017-06-04
1
-0
/
+3
*
Rename style_guide.Error to style_guide.Violation
Ian Cordasco
2017-06-04
6
-52
/
+68
*
Rename methods on the new DecisionEngine
Ian Cordasco
2017-06-03
1
-6
/
+7
*
Move unit tests for StyleGuide decision logic
Ian Cordasco
2017-06-02
2
-176
/
+178
[prev]
[next]