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
*
Reproduce quiet/verbose config problem
Shinya Kawaguchi
2017-07-22
2
-3
/
+23
*
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
*
Refactor decision logic into its own object
Ian Cordasco
2017-06-01
1
-9
/
+3
*
Add debugging utility for FileChecker
Ian Cordasco
2017-06-01
1
-0
/
+9
*
Merge branch 'bug/318' into 'master'
Ian Cordasco
2017-05-28
1
-1
/
+20
|
\
|
*
Simplify conditoinal in decision logic
Ian Cordasco
2017-05-27
1
-0
/
+2
|
*
Add extra test cases for violation decisions
Ian Cordasco
2017-05-27
1
-0
/
+14
|
*
Further refine our logic handling selection
Ian Cordasco
2017-05-27
1
-1
/
+4
*
|
Prefer iter(dict) instead of dict.keys()
Jon Dufresne
2017-05-27
1
-1
/
+1
|
/
*
Support spaces as error/ignore code separators
Ian Cordasco
2017-05-25
1
-0
/
+5
*
Filter out empty ignore/select codes
Ian Cordasco
2017-05-20
1
-0
/
+5
*
Clean up some uses of set, list, and dict
Jon Dufresne
2017-05-13
2
-5
/
+5
*
Make formatting plugin logic easier to test
Ian Cordasco
2017-05-13
1
-20
/
+61
*
Fix docstring violations
Ian Cordasco
2017-05-12
1
-4
/
+4
*
Don't apply excludes greedily to subdirs
Anthony Sottile
2017-03-16
1
-0
/
+15
*
Return similarly named, non-submodule modules
Ian Cordasco
2017-01-22
1
-0
/
+34
*
Add test for reproducible --version strings
Ian Cordasco
2017-01-21
1
-0
/
+17
*
Enable users who want to track all files processed
Ian Cordasco
2016-12-20
1
-0
/
+1
*
Simplify and speed up multiprocessing
Anthony Sottile
2016-11-29
2
-3
/
+3
*
Assign missing codes to PyFlakes messages
Lukasz Langa
2016-11-28
1
-0
/
+15
*
Fix subtle reporting bug for default on plugins
Ian Cordasco
2016-11-15
1
-0
/
+47
*
Exit non-zero if something goes wrong during a run
Ian Cordasco
2016-11-12
1
-0
/
+62
*
Merge branch 'bug/245' into 'master'
Ian Cordasco
2016-11-12
2
-0
/
+66
|
\
|
*
Do not print the source when provided with -q
Ian Cordasco
2016-11-11
2
-0
/
+66
*
|
Actually remove enabled extensions from ignore list
Ian Cordasco
2016-11-09
1
-0
/
+25
|
/
*
Handle a previously unhandled code scenario
Ian Cordasco
2016-11-08
1
-5
/
+11
*
Handle empty stdin-display-name values
Ian Cordasco
2016-10-28
1
-0
/
+12
*
Fix bug with --enable-extensions
Ian Cordasco
2016-10-25
1
-10
/
+17
*
Merge branch 'master' into 'master'
Ian Cordasco
2016-10-25
1
-3
/
+15
|
\
|
*
Patch print function instead of sys.stdout
Martin Domke
2016-07-26
1
-9
/
+12
|
*
Add --tee option to split report output stream.
Martin Domke
2016-07-26
1
-6
/
+15
*
|
Change how we apply lazy to the git hook
Ian Cordasco
2016-10-25
1
-0
/
+29
*
|
Handle SyntaxErrors after new-lines specially
Ian Cordasco
2016-10-23
2
-0
/
+26
*
|
Add failing test for NoneType in handle_error
Ian Cordasco
2016-08-27
1
-0
/
+13
*
|
Add --bug-report flag to help bug reporters
Ian Cordasco
2016-08-07
1
-0
/
+86
*
|
Serialize Checkers PluginTypeManager to a dict
Ian Cordasco
2016-08-03
2
-2
/
+12
*
|
Open our output file in append mode always
Ian Cordasco
2016-07-29
1
-1
/
+1
*
|
Test loading non-callable plugins
Fabian Neundorf
2016-07-29
1
-0
/
+11
*
|
Diable multiprocessing behaviour on Windows
Ian Cordasco
2016-07-29
1
-1
/
+2
*
|
Allow plugins that are on by default to be ignored
Ian Cordasco
2016-07-28
1
-0
/
+1
*
|
Sort reports by line and column
Fabian Neundorf
2016-07-28
1
-0
/
+68
*
|
Match noqa for users with explanations
bug/178
Ian Cordasco
2016-07-28
1
-0
/
+1
*
|
Merge branch 'read_lines_crlf' into 'master'
Ian Cordasco
2016-07-27
1
-1
/
+2
|
\
\
|
*
|
Fix read_lines_splits_lines test for CRLF endings
FichteFoll
2016-07-27
1
-1
/
+2
*
|
|
Fix zero-indexed column numbering
Ian Cordasco
2016-07-26
2
-2
/
+2
|
/
/
*
|
Fix project config file discovery
Ian Cordasco
2016-07-26
1
-17
/
+5
|
/
[next]