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
/
run.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix imports in flake8.run
Florent Xicluna
2013-02-13
1
-3
/
+2
*
Split up flake8/run.py
Ian Cordasco
2013-01-01
1
-270
/
+4
*
This is what I meant to do in a03347e
Ian Cordasco
2013-01-01
1
-0
/
+43
*
Filter out our options before passing to pep8
Ian Cordasco
2012-12-30
1
-3
/
+7
*
I was wrong. Forgot a couple lines
Ian Cordasco
2012-12-29
1
-45
/
+2
*
Tentative independence from vendored pep8
Ian Cordasco
2012-12-29
1
-10
/
+16
*
A working version but still using a local copy of pep8
Ian Cordasco
2012-12-28
1
-17
/
+31
*
Start the refactor.
Ian Cordasco
2012-12-26
1
-10
/
+25
*
Update pep8.py to be far closer to upstream.
Ian Cordasco
2012-12-21
1
-1
/
+1
*
Support stdin
David Cramer
2012-12-04
1
-14
/
+24
*
Seems the git hook now allows items to be ignored.
Ian Cordasco
2012-11-28
1
-10
/
+10
*
Fix git hook
huhao
2012-11-26
1
-1
/
+1
*
Fixes #40
Ian Cordasco
2012-11-19
1
-1
/
+1
*
Two problems I didn't see before that are now fixed.
Ian Cordasco
2012-11-14
1
-1
/
+1
*
I'm not exactly a fan of skip_file taking pep8style.
Ian Cordasco
2012-11-12
1
-3
/
+5
|
\
|
*
Ignore directories that match exclusion patterns.
Kilian Koepsell
2012-11-10
1
-0
/
+2
|
*
Respect exclude option from pep8 - fixes #23
Kilian Koepsell
2012-11-09
1
-3
/
+3
*
|
Add lazy option to the git_hook.
Ian Cordasco
2012-11-08
1
-2
/
+6
*
|
Fixes #14 and #19.
Ian Cordasco
2012-11-08
1
-3
/
+3
*
|
Merge in @tarek's changes.
Ian Cordasco
2012-11-07
1
-10
/
+5
|
\
\
|
|
/
|
*
make sure pep8style is always initialized
Tarek Ziade
2012-11-07
1
-6
/
+3
*
|
Fix #21. ``init`` can also be used elsewhere.
Ian Cordasco
2012-11-07
1
-7
/
+9
*
|
Incorporate @phd's patch.
Ian Cordasco
2012-11-06
1
-0
/
+2
|
/
*
style
Tarek Ziade
2012-10-17
1
-1
/
+1
*
init pep8 - fixes #32
Tarek Ziade
2012-10-17
1
-0
/
+3
*
Remove the now-unused set() in _get_python_files
Peter Teichman
2012-09-17
1
-3
/
+2
*
Merge from the flake8 trunk
Peter Teichman
2012-09-15
1
-6
/
+17
|
\
|
*
Merged in huhao/flake8 (pull request #25)
Tarek Ziadé
2012-09-12
1
-1
/
+5
|
|
\
|
|
*
1. mccabe.py support # NOQA 2. run.py support ignore some errors 3. run.py ad...
onlytiancai
2012-09-12
1
-1
/
+5
|
*
|
Upgrave pep8.py file and try to implement : https://bitbucket.org/tarek/flake...
Stephane Klein
2012-08-04
1
-5
/
+9
|
|
/
*
|
Incorporate patch review on Flake8Command
Peter Teichman
2012-09-12
1
-4
/
+12
*
|
add Flake8Command, a setuptools command
Peter Teichman
2012-09-09
1
-0
/
+35
*
|
apply the pep8 default max_line_length in _PEP8Options
Peter Teichman
2012-09-09
1
-0
/
+1
|
/
*
fixed the stdin, thanks to zeeg
Tarek Ziade
2012-07-27
1
-2
/
+15
*
git_hook: Only check staged changes for compliance
Christoph Rauch
2012-06-14
1
-1
/
+1
*
Add a flag for exiting with status code 0, even when there are warnings
Steven Kryskalla
2012-02-21
1
-0
/
+3
*
merge back Jason change
Tarek Ziade
2012-02-21
1
-1
/
+5
|
\
|
*
Add --builtins option to appending list of builtins
Jason Kölker
2012-02-15
1
-1
/
+5
*
|
make sure skip_warning works with no files
Tarek Ziade
2012-02-21
1
-0
/
+2
*
|
more py3 fixes
Tarek Ziade
2012-02-14
1
-1
/
+1
|
/
*
fixed space
Tarek Ziade
2012-02-14
1
-0
/
+1
*
added a git hook - fixes #8
Tarek Ziade
2012-02-14
1
-2
/
+30
*
The hg hook should now have the same output as a direct call to flake8.
Stefan Scherfke
2012-02-02
1
-5
/
+16
*
Fixed issue #6.
Stefan Scherfke
2012-01-04
1
-0
/
+1
*
made complexity an option (deactivated by default)
1.0
Tarek Ziade
2011-11-29
1
-8
/
+12
*
discard unexisting files - happens on hg rm
Tarek Ziade
2011-02-27
1
-1
/
+1
*
Fixed hg hook.
Stefan Scherfke
2011-02-27
1
-2
/
+5
*
merged
Tarek Ziade
2011-02-18
1
-4
/
+6
|
\
|
*
mercurial hook: skip duplicates
Nicolas Dumazet
2011-02-18
1
-0
/
+4
|
*
use mercurial's ui.configbool API to retrieve booleans
Nicolas Dumazet
2011-02-18
1
-4
/
+2
[next]