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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for v2.2.1
2.2.1
Ian Cordasco
2014-06-30
2
-1
/
+7
*
Merge Florent's multiprocessing work over Joe's
Ian Cordasco
2014-06-27
2
-8
/
+18
|
\
|
*
Fix the test suite
Florent Xicluna
2014-05-23
1
-1
/
+1
|
*
Accept 'auto' for --jobs, and default to cpu_count(); issue #151
Florent Xicluna
2014-05-23
1
-7
/
+17
*
|
Release v2.2.0
Ian Cordasco
2014-06-22
1
-0
/
+1
*
|
Bump information necessary to release v2.2.0
2.2.0
Ian Cordasco
2014-06-22
3
-3
/
+4
*
|
Fix typo in command.
Martijn Faassen
2014-06-18
1
-1
/
+1
*
|
Update this to document --install-hooks instead of distracting red herring
Martijn Faassen
2014-06-18
1
-48
/
+23
*
|
NotImplimentedError => NotImplementedError
Joe Gordon
2014-05-27
1
-1
/
+1
*
|
engine.py edited online with Bitbucket
Joe Gordon
2014-05-21
1
-1
/
+1
*
|
Default jobs to cpu_count; closes #151
Joe Gordon
2014-05-15
1
-1
/
+5
|
/
*
Add support for 'python -m flake8' on Python >= 2.7; issue #85
Florent Xicluna
2014-05-05
2
-0
/
+5
*
Do not overwrite Git pre-commit hook; closes #149
Florent Xicluna
2014-05-05
2
-1
/
+3
*
Use write-only mode 'w' instead of 'w+' for writing hooks
Florent Xicluna
2014-05-05
1
-3
/
+4
*
Assume UTF-8 when decoding hg or git output; closes #148
Florent Xicluna
2014-05-05
2
-3
/
+3
*
Avoid an "imported but unused" warning
Florent Xicluna
2014-04-27
1
-1
/
+1
*
Command "setup.py flake8" should check setup.py too
Florent Xicluna
2014-04-27
1
-0
/
+2
*
Add setup.cfg to support the wheel format
Florent Xicluna
2014-04-27
1
-0
/
+6
*
New option --jobs to spawn multiple processes in parallel; closes #146
Florent Xicluna
2014-04-27
4
-0
/
+76
*
Mismatch with pep8 documentation
Florent Xicluna
2014-04-26
1
-1
/
+1
*
Fix the errors reported by flake8
Florent Xicluna
2014-04-26
2
-9
/
+9
*
Add to the tox.ini tests
Florent Xicluna
2014-04-26
1
-0
/
+5
*
Fix the setuptools command to read the project configuration; closes #144 and...
Florent Xicluna
2014-04-26
2
-3
/
+9
*
Remove obsolete compatibility code
Florent Xicluna
2014-04-26
1
-2
/
+0
*
Fix test on Python 2.5
Florent Xicluna
2014-03-31
1
-0
/
+2
*
Ignore ./.tox directory
Florent Xicluna
2014-03-30
1
-0
/
+1
*
Add a comment for the Nose workaround
Florent Xicluna
2014-03-30
1
-0
/
+1
*
Add option 'doctests' to run Pyflakes checks on doctests too; issue #138
Florent Xicluna
2014-03-30
2
-1
/
+8
*
Add changelog entries
Florent Xicluna
2014-03-30
3
-3
/
+12
*
Add tox.ini
Florent Xicluna
2014-03-30
1
-0
/
+8
*
Workaround for nose traceback on Python 2.6; fixes #109
Florent Xicluna
2014-03-30
1
-0
/
+5
*
Update .hgignore
Florent Xicluna
2014-03-30
1
-10
/
+11
*
Merged in fr710/flake8 (pull request #41)
Florent Xicluna
2014-03-30
1
-10
/
+5
|
\
|
*
Minor hg hook refactoring
Florian Rathgeber
2014-03-23
1
-3
/
+1
|
*
Pass current directory as paths to pep8 StyleGuide
Florian Rathgeber
2014-03-23
1
-6
/
+3
|
*
Default hg ignore config to empty instead of None
Florian Rathgeber
2014-03-23
1
-1
/
+1
*
|
Use try/except/else to disable demandimport
Florian Rathgeber
2014-03-27
1
-1
/
+2
*
|
Disable mercurial demandimport in _pyflakes module
Florian Rathgeber
2014-03-23
2
-6
/
+6
|
/
*
Bump version that matters
Ian Cordasco
2013-10-26
1
-2
/
+1
*
Release v2.1.0
Ian Cordasco
2013-10-26
1
-0
/
+1
*
Changes for 2.1.0
2.1.0
Ian Cordasco
2013-10-26
1
-0
/
+13
*
Git and Mercurial hooks respect FLAKE8_LAZY
Florian Rathgeber
2013-10-26
1
-1
/
+10
*
Git and Mercurial hooks respect FLAKE8_IGNORE
Florian Rathgeber
2013-10-26
1
-1
/
+5
*
Git hook respects local configuration files
Florian Rathgeber
2013-10-26
1
-3
/
+24
*
Bugfix: get the parser if no vcs found in install_hook
Florian Rathgeber
2013-09-14
1
-7
/
+9
*
Re-add mock since I forgot it was actively being used
Ian Cordasco
2013-10-12
2
-1
/
+2
*
Let's actually try out drone.io
Ian Cordasco
2013-10-12
2
-1
/
+5
*
revert checking for string and just pass a string to run() instead of a list
Tobias Megies
2013-10-10
1
-4
/
+2
*
bugfix: shift a line into loop
Tobias Megies
2013-10-10
1
-1
/
+1
*
remove encoding/decoding of staged files
Tobias Megies
2013-10-10
1
-23
/
+4
[next]