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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'bug/318' into 'master'
Ian Cordasco
2017-05-28
1
-4
/
+9
|
\
|
*
Simplify conditoinal in decision logic
Ian Cordasco
2017-05-27
1
-2
/
+2
|
*
Further refine our logic handling selection
Ian Cordasco
2017-05-27
1
-4
/
+9
*
|
Prefer iter(dict) instead of dict.keys()
Jon Dufresne
2017-05-27
4
-5
/
+5
|
/
*
Support spaces as error/ignore code separators
Ian Cordasco
2017-05-25
1
-1
/
+2
*
Filter out empty ignore/select codes
Ian Cordasco
2017-05-20
1
-1
/
+2
*
Clean up some uses of set, list, and dict
Jon Dufresne
2017-05-13
6
-36
/
+36
*
Make formatting plugin logic easier to test
Ian Cordasco
2017-05-13
1
-13
/
+23
*
Handle missing default formatter
Ian Cordasco
2017-05-13
2
-1
/
+20
*
Fix docstring violations
Ian Cordasco
2017-05-12
4
-11
/
+9
*
Don't apply excludes greedily to subdirs
Anthony Sottile
2017-03-16
1
-1
/
+1
*
Merge branch 'bug/306' into 'master'
Ian Cordasco
2017-03-01
1
-4
/
+14
|
\
|
*
Modify stdin retriever to detect coding pragma
Ian Cordasco
2017-02-20
1
-4
/
+14
*
|
Merge branch 'legacy_api_custom_formatter' into 'master'
Ian Cordasco
2017-02-08
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Recreate file_checker_manager since it has references to old style_guide/form...
Philip Witty
2016-12-15
1
-0
/
+2
*
|
Release v3.3.0
3.3.0
Ian Cordasco
2017-02-06
1
-1
/
+1
*
|
Do not run git-hook checks when there are no files
Ian Cordasco
2017-01-27
1
-3
/
+10
*
|
Avoid calling rstrip on None
Ian Cordasco
2017-01-27
1
-10
/
+15
*
|
Return similarly named, non-submodule modules
Ian Cordasco
2017-01-22
1
-1
/
+1
*
|
Force --version to be reproducible
Raphael Das Gupta
2017-01-21
1
-1
/
+1
*
|
Correct "systema" typo in usage documentation.
Andrew Drake
2017-01-17
1
-1
/
+1
*
|
Merge branch 'setuptools-exit' of scop/flake8
Ian Cordasco
2017-01-14
1
-1
/
+7
|
\
\
|
*
|
Cause system exit only for non-zero exit statuses in setuptools command
Ville Skyttä
2016-12-08
1
-1
/
+7
|
|
/
*
|
Display the local paths from the git hook
Ian Cordasco
2016-12-20
1
-0
/
+12
*
|
Enable users who want to track all files processed
Ian Cordasco
2016-12-20
3
-2
/
+29
*
|
Tidy up last few bits for performance improvement
Ian Cordasco
2016-12-20
1
-10
/
+10
*
|
Simplify and speed up multiprocessing
Anthony Sottile
2016-11-29
2
-102
/
+61
|
/
*
Assign missing codes to PyFlakes messages
Lukasz Langa
2016-11-28
1
-17
/
+34
*
Only force files to be included when run from CLI
Ian Cordasco
2016-11-23
4
-15
/
+30
*
Prepare for 3.3.0 development
Ian Cordasco
2016-11-21
1
-1
/
+1
*
Update release notes and version string for 3.2.1
3.2.1
Ian Cordasco
2016-11-19
1
-1
/
+1
*
Merge branch 'bug/259' into 'master'
Ian Cordasco
2016-11-20
1
-16
/
+15
|
\
|
*
Handle SyntaxErrors in a slightly smarter way
Ian Cordasco
2016-11-17
1
-16
/
+15
*
|
Skip filename pattern check for provided files
Ian Cordasco
2016-11-19
1
-1
/
+8
|
/
*
Fix subtle reporting bug for default on plugins
Ian Cordasco
2016-11-15
3
-27
/
+64
*
Prepare for 3.2.1 development
Ian Cordasco
2016-11-15
1
-1
/
+1
*
Release 3.2.0
3.2.0
Ian Cordasco
2016-11-14
1
-1
/
+1
*
Add release notes for 3.1.1
3.1.1
Ian Cordasco
2016-11-14
1
-1
/
+1
*
Correct exclude paths in git hook
Ian Cordasco
2016-11-13
1
-0
/
+9
*
Prepare to release 3.1.0 on 2016-11-14
3.1.0b1
Ian Cordasco
2016-11-12
1
-1
/
+1
*
Exit non-zero if something goes wrong during a run
Ian Cordasco
2016-11-12
1
-1
/
+7
*
Merge branch 'bug/245' into 'master'
Ian Cordasco
2016-11-12
1
-0
/
+8
|
\
|
*
Do not print the source when provided with -q
Ian Cordasco
2016-11-11
1
-0
/
+8
*
|
Actually remove enabled extensions from ignore list
Ian Cordasco
2016-11-09
1
-2
/
+9
|
/
*
Merge branch 'bug/223' into 'master'
Ian Cordasco
2016-11-09
1
-2
/
+2
|
\
|
*
Change how we initialize our git hook application
Ian Cordasco
2016-11-08
1
-2
/
+2
*
|
Exit early if the diff is empty
Ian Cordasco
2016-11-08
1
-0
/
+2
|
/
*
Merge branch 'master' into 'master'
Ian Cordasco
2016-11-09
1
-0
/
+2
|
\
|
*
Fixed E305: expected 2 blank lines after class or function definition
Ondřej Nový
2016-11-08
1
-0
/
+2
*
|
Merge branch 'pycodestyle21' into 'master'
Ian Cordasco
2016-11-09
1
-0
/
+5
|
\
\
[prev]
[next]