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
*
Prevent unintended behaviour modifying options.ignore
feature/register-optional-checks
Ian Cordasco
2014-12-18
1
-5
/
+7
*
Add ability to turn checks off by default
Ian Cordasco
2014-12-18
2
-4
/
+35
*
Merge branch 'extra_include_eggs' into 'master'
Ian Cordasco
2014-12-06
1
-1
/
+1
|
\
|
*
Add .eggs and *.egg to EXTRA_EXCLUDE
Marc Abramowitz
2014-11-25
1
-1
/
+1
*
|
Merge branch 'master' into 'master'
Ian Cordasco
2014-12-06
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Do not exit early if style checks pass
Josh
2014-10-28
1
-1
/
+2
*
|
Add first pass at integration style tests
Joe Gordon
2014-10-31
1
-0
/
+71
|
/
*
Prepare release 2.2.5
2.2.5
Ian Cordasco
2014-10-19
1
-1
/
+1
*
Flush all subprocess output before exit
Weeble
2014-10-19
1
-0
/
+3
*
Loosen the regular expression search
Ian Cordasco
2014-10-15
1
-2
/
+2
*
Make _flake8_noqa tighter
Joe Gordon
2014-10-15
1
-7
/
+4
*
Release v2.2.4
2.2.4
Ian Cordasco
2014-10-09
1
-1
/
+1
*
Make --install-hook work without config files
Ian Cordasco
2014-10-09
1
-2
/
+16
*
Only initialize options.exclude if it is false-y
Ian Cordasco
2014-10-09
1
-1
/
+1
*
When run as a setuptools command, the previous fix breaks flake8
Ian Cordasco
2014-10-09
1
-0
/
+6
*
Fix GitLab #3 by actually excluding .tox
Ian Cordasco
2014-10-09
2
-1
/
+6
*
Honor file pattern matching for git hook
Chris Buccella
2014-09-23
1
-3
/
+8
*
Refactor Lukasz's work
Ian Cordasco
2014-09-13
1
-15
/
+22
*
Applied icordasc PR comments
Lukasz Dobrzanski
2014-09-13
1
-5
/
+5
*
Fix SIGINT when running on multiprocessing
Lukasz Dobrzanski
2014-09-13
1
-12
/
+27
*
Disable multiprocessing when using stdin
Ian Cordasco
2014-09-12
3
-4
/
+23
*
Move fix for #164
Ian Cordasco
2014-09-12
1
-2
/
+2
*
Disable --jobs on Windows
Ian Cordasco
2014-09-12
2
-2
/
+8
*
Disable multiprocessing when using --diff
Ian Cordasco
2014-09-11
1
-0
/
+3
*
Use unittest.mock if available
Lukasz Dobrzanski
2014-09-10
1
-1
/
+4
*
Release v2.2.3
2.2.3
Ian Cordasco
2014-08-25
1
-1
/
+1
*
Actually enable auto job configuration by default
Ian Cordasco
2014-08-25
1
-1
/
+1
*
Merge bitbucket remote
Ian Cordasco
2014-07-04
1
-0
/
+10
|
\
|
*
Allow to configure multiple jobs on Windows; issues #153 and #154
Florent Xicluna
2014-07-01
1
-0
/
+10
*
|
Bump flake8 version number
Ian Cordasco
2014-07-04
1
-1
/
+1
|
/
*
Prepare for v2.2.1
2.2.1
Ian Cordasco
2014-06-30
1
-1
/
+1
*
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
*
|
Bump information necessary to release v2.2.0
2.2.0
Ian Cordasco
2014-06-22
1
-1
/
+1
*
|
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
1
-0
/
+4
*
Do not overwrite Git pre-commit hook; closes #149
Florent Xicluna
2014-05-05
1
-0
/
+2
*
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
1
-2
/
+2
*
Command "setup.py flake8" should check setup.py too
Florent Xicluna
2014-04-27
1
-0
/
+2
*
New option --jobs to spawn multiple processes in parallel; closes #146
Florent Xicluna
2014-04-27
3
-0
/
+75
*
Fix the errors reported by flake8
Florent Xicluna
2014-04-26
2
-9
/
+9
*
Fix the setuptools command to read the project configuration; closes #144 and...
Florent Xicluna
2014-04-26
1
-2
/
+6
*
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
*
Add option 'doctests' to run Pyflakes checks on doctests too; issue #138
Florent Xicluna
2014-03-30
1
-1
/
+7
*
Add changelog entries
Florent Xicluna
2014-03-30
1
-1
/
+1
[next]