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
/
engine.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor how we use StyleGuides for better error recovery
bug/74
Ian Cordasco
2015-08-19
1
-2
/
+62
*
Turn off dependency requirements
Ian Cordasco
2015-05-18
1
-1
/
+2
*
Fix parsing ignore
Tyrel Souza
2015-04-30
1
-1
/
+1
*
Utilize generator expression instead of list comprehension
Corey Farwell
2015-04-18
1
-1
/
+1
*
Slightly simplify our conditionals
Ian Cordasco
2015-03-07
1
-9
/
+6
*
Add --verbose flag, and tests for it.
Christian Long
2015-03-06
1
-1
/
+4
*
Add warnings when --jobs is invalid
Christian Long
2015-03-06
1
-0
/
+16
*
Truly mimic pep8's -q functionality
Ian Cordasco
2015-02-22
1
-2
/
+7
*
Add --output-file option
Ian Cordasco
2014-12-27
1
-14
/
+6
*
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
1
-2
/
+16
*
Add .eggs and *.egg to EXTRA_EXCLUDE
Marc Abramowitz
2014-11-25
1
-1
/
+1
*
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
*
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
1
-0
/
+5
*
Disable multiprocessing when using stdin
Ian Cordasco
2014-09-12
1
-3
/
+5
*
Move fix for #164
Ian Cordasco
2014-09-12
1
-2
/
+2
*
Disable --jobs on Windows
Ian Cordasco
2014-09-12
1
-2
/
+2
*
Disable multiprocessing when using --diff
Ian Cordasco
2014-09-11
1
-0
/
+3
*
Actually enable auto job configuration by default
Ian Cordasco
2014-08-25
1
-1
/
+1
*
Merge Florent's multiprocessing work over Joe's
Ian Cordasco
2014-06-27
1
-7
/
+17
|
\
|
*
Accept 'auto' for --jobs, and default to cpu_count(); issue #151
Florent Xicluna
2014-05-23
1
-7
/
+17
*
|
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
|
/
*
New option --jobs to spawn multiple processes in parallel; closes #146
Florent Xicluna
2014-04-27
1
-0
/
+14
*
Remove obsolete compatibility code
Florent Xicluna
2014-04-26
1
-2
/
+0
*
The implementation isn't all that important.
Ian Cordasco
2013-03-30
1
-3
/
+4
*
Fix for Python 2.5 compatibility; issue #98.
Florent Xicluna
2013-03-30
1
-4
/
+5
*
Fix a spurious import
Ian Cordasco
2013-02-24
1
-1
/
+1
*
Make the organization more logical
Ian Cordasco
2013-02-24
1
-0
/
+8
*
Add the Python version and system to --version
Ian Cordasco
2013-02-24
1
-2
/
+5
*
Add docs
Ian Cordasco
2013-02-22
1
-1
/
+5
*
Restore the whole-file-skip feature
Florent Xicluna
2013-02-20
1
-1
/
+21
*
Refactor to use extensions
Florent Xicluna
2013-02-13
1
-0
/
+56