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
*
Set a default value for --select
Ian Cordasco
2016-06-16
2
-1
/
+2
*
Find filenames for mercurial hook
Ian Cordasco
2016-06-16
1
-1
/
+19
*
Use a template for git pre-commit hook
Ian Cordasco
2016-06-16
1
-2
/
+11
*
Ensure that the directories exist
Ian Cordasco
2016-06-16
1
-0
/
+2
*
Properly unpack stdout and stdin
Ian Cordasco
2016-06-16
1
-1
/
+1
*
Use correct stat module constant
Ian Cordasco
2016-06-16
1
-1
/
+1
*
Revert silliness around setting choices for --format
Ian Cordasco
2016-06-14
2
-11
/
+8
*
Use the same interface for vcs installation
Ian Cordasco
2016-06-14
2
-4
/
+9
*
Add docstrings and a new-line for pydocstyle
Ian Cordasco
2016-06-14
2
-0
/
+3
*
Start fleshing out mercurial hook
Ian Cordasco
2016-06-13
4
-7
/
+152
*
Refactor parts of flake8.main.cli into separate modules
Ian Cordasco
2016-06-13
4
-464
/
+472
*
Correct usage of tempfile
Ian Cordasco
2016-06-13
1
-2
/
+2
*
Move git integration into flake8.main
Ian Cordasco
2016-06-13
4
-6
/
+64
*
Make a first pass at a git pre-commit hook
Ian Cordasco
2016-06-13
4
-5
/
+219
*
Convert flake8.api to a submodule
Ian Cordasco
2016-06-11
1
-0
/
+0
*
Add flake8.api and docs for it
Ian Cordasco
2016-06-08
1
-0
/
+10
*
Update our warning message about Windows
Ian Cordasco
2016-06-07
1
-2
/
+4
*
Check for version of Python on Windows
Ian Cordasco
2016-06-07
2
-1
/
+16
*
Ensure that a file exists before processing it
Ian Cordasco
2016-06-07
1
-1
/
+13
*
Update default ignore for when we upgrade pep8
Ian Cordasco
2016-06-07
1
-1
/
+1
*
Add distinction between reported and ignored errors
Ian Cordasco
2016-06-07
3
-7
/
+43
*
Add tests for parse_unified_diff
Ian Cordasco
2016-06-07
1
-3
/
+6
*
Add --stdin-display-name to modify report output
Ian Cordasco
2016-06-06
2
-0
/
+9
*
Allow reporting on files passed via stdin
Ian Cordasco
2016-06-06
2
-12
/
+1
*
Wire up last pieces to make --diff work
Ian Cordasco
2016-06-06
4
-8
/
+84
*
Add utils.parse_unified_diff function
Ian Cordasco
2016-06-06
1
-0
/
+71
*
Fix linting issues
Ian Cordasco
2016-06-04
1
-0
/
+1
*
Use platform independent path separator
Ian Cordasco
2016-06-03
1
-2
/
+5
*
Add tests for BaseFormatter
Ian Cordasco
2016-06-01
1
-12
/
+24
*
Refactor Error formatting and handling
Ian Cordasco
2016-05-30
2
-14
/
+48
*
Rely on Python 3.4 backport of configparser
Ian Cordasco
2016-05-30
1
-5
/
+1
*
Fix default printing for --exclude help text
Ian Cordasco
2016-05-28
1
-1
/
+1
*
Refactor off-by-default plugins and enabling them
Ian Cordasco
2016-05-28
3
-3
/
+29
*
Start adding documentation about developing plugins
Ian Cordasco
2016-05-16
1
-0
/
+1
*
Document flake8.checker and flake8.processor
Ian Cordasco
2016-05-14
1
-14
/
+14
*
Add a property for off-by-default plugins
Ian Cordasco
2016-05-10
1
-0
/
+8
*
Ignore --help/-h until later as well
Ian Cordasco
2016-05-10
1
-2
/
+22
*
Ensure we provide options to all plugins
Ian Cordasco
2016-05-10
1
-0
/
+6
*
Handle determining plugin versions and names
Ian Cordasco
2016-05-10
3
-15
/
+97
*
Print version information the second time we parse arguments
Ian Cordasco
2016-05-10
1
-1
/
+4
*
Add documentation around the cli
Ian Cordasco
2016-05-08
1
-5
/
+73
*
Print the total number of errors before exiting
Ian Cordasco
2016-05-07
1
-0
/
+11
*
Implement --exit-zero functionality
Ian Cordasco
2016-05-07
1
-1
/
+5
*
Simplify result handling
Ian Cordasco
2016-05-07
2
-27
/
+26
*
Add test for the make_checkers method
Ian Cordasco
2016-05-07
1
-1
/
+7
*
Refactor checker manager and add tests
Ian Cordasco
2016-04-05
1
-28
/
+22
*
Fix multiprocessing work with retries
Ian Cordasco
2016-04-02
1
-10
/
+12
*
Restructure Checker Manager for serial retries
Ian Cordasco
2016-04-02
1
-20
/
+58
*
Add more tests around the processor module
Ian Cordasco
2016-03-29
1
-2
/
+9
*
Log the attribute error for developers
Ian Cordasco
2016-03-26
1
-1
/
+8
[next]