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
/
flake8
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Start working on the code that runs checks
Ian Cordasco
2016-02-21
2
-0
/
+126
*
Add parity with ``python -m flake8``
Ian Cordasco
2016-02-19
1
-0
/
+4
*
Configure logging based on --verbose
Ian Cordasco
2016-02-19
1
-0
/
+2
*
Update the default log format
Ian Cordasco
2016-02-19
1
-2
/
+3
*
Fix Notifier.listeners_for
Ian Cordasco
2016-02-19
1
-1
/
+2
*
Remove arguments from StyleGuide
Ian Cordasco
2016-02-19
2
-3
/
+6
*
Fix tests while keeping pylint happy
Ian Cordasco
2016-02-19
1
-3
/
+4
*
Make pylint happier
Ian Cordasco
2016-02-19
10
-46
/
+63
*
Add specific tests for is_inline_ignored
Ian Cordasco
2016-02-19
1
-1
/
+1
*
Add checking for inline #noqa comments
Ian Cordasco
2016-02-19
1
-1
/
+49
*
Update StyleGuide tests and add new tests for handle_error
Ian Cordasco
2016-02-15
1
-2
/
+2
*
Simplify StyleGuide and add handle_error method
Ian Cordasco
2016-02-10
1
-5
/
+14
*
Sketch out how the StyleGuide would be used from main
Ian Cordasco
2016-02-10
1
-0
/
+3
*
Add internal documentation around default formatters
Ian Cordasco
2016-02-10
1
-18
/
+27
*
Add pylint formatter
Ian Cordasco
2016-02-07
1
-0
/
+14
*
Stop assigning output_fd in Default formatter
Ian Cordasco
2016-02-07
2
-1
/
+4
*
Allow dictionary-like get behaviour with plugins
Ian Cordasco
2016-02-07
1
-0
/
+16
*
Print the line not the output file object
Ian Cordasco
2016-02-07
1
-1
/
+1
*
Add default formatting class
Ian Cordasco
2016-02-06
2
-1
/
+33
*
Add more functionality to the BaseFormatter
Ian Cordasco
2016-02-06
1
-0
/
+105
*
Start working on default formatters for Flake8
Ian Cordasco
2016-02-06
1
-0
/
+1
*
Represent an error with a namedtuple
Ian Cordasco
2016-02-06
1
-0
/
+8
*
Add type annotations to flake8.utils for fun
Ian Cordasco
2016-02-06
1
-0
/
+4
*
Add caching stdin_get_value function
Ian Cordasco
2016-02-03
1
-0
/
+15
*
Add some logging to the style guide
Ian Cordasco
2016-02-03
1
-0
/
+9
*
Add option to disable # noqa
Ian Cordasco
2016-02-03
1
-0
/
+7
*
Add handling and decision making for select and ignore
Ian Cordasco
2016-02-02
1
-1
/
+105
*
Move __contains__ and __getitem__ to proper class
Ian Cordasco
2016-02-02
1
-10
/
+10
*
Start work on our StyleGuide implementation
Ian Cordasco
2016-02-01
1
-0
/
+24
*
Start documenting our Trie implementation
Ian Cordasco
2016-02-01
3
-2
/
+2
*
Document our plugin handling
Ian Cordasco
2016-01-31
1
-1
/
+1
*
Add documentation about option aggregation
Ian Cordasco
2016-01-27
1
-1
/
+19
*
Log extended default values and add a test
Ian Cordasco
2016-01-24
1
-0
/
+1
*
Extend the default ignore list with plugins' defaults
Ian Cordasco
2016-01-24
1
-0
/
+6
*
Pass arglist to first parse_args call for testing
Ian Cordasco
2016-01-24
1
-1
/
+1
*
Add --config option flag
Ian Cordasco
2016-01-24
1
-5
/
+12
*
Add extend_default_ignore list to OptionManager
Ian Cordasco
2016-01-24
1
-0
/
+10
*
Refactor NotifierBuilder into its own mixin
Ian Cordasco
2016-01-24
1
-10
/
+14
*
Build a Notifier instead of a Trie
Ian Cordasco
2016-01-23
1
-6
/
+13
*
Make Plugin.load_plugin raise a Flake8 exception
Ian Cordasco
2016-01-22
2
-12
/
+50
*
Add method to build Tries from Notifiers
Ian Cordasco
2016-01-21
1
-0
/
+9
*
Add documentation to PluginManager.map
Ian Cordasco
2016-01-21
1
-1
/
+2
*
Stop calling split on a list
Ian Cordasco
2016-01-19
1
-1
/
+1
*
Builtins will not be parsed by flake8 for us
Ian Cordasco
2016-01-19
1
-1
/
+1
*
Add missing docstrings to plugin submodule
Ian Cordasco
2016-01-19
4
-0
/
+24
*
Add tests around new OptionManager methods
Ian Cordasco
2016-01-17
1
-1
/
+1
*
Record registered plugins and format their versions
Ian Cordasco
2016-01-16
2
-0
/
+46
*
Add pyflakes shim from previous flake8
Ian Cordasco
2016-01-16
1
-0
/
+130
*
Load plugins of each type idempotently
Ian Cordasco
2016-01-16
1
-7
/
+16
*
Add main function entry-point to flake8
Ian Cordasco
2016-01-16
2
-0
/
+41
[prev]
[next]