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
...
|
*
Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATE
Ayman Nedjmeddine
2017-07-27
1
-1
/
+0
|
/
*
Merge branch 'refactor-decision-engine' into 'master'
Ian Cordasco
2017-06-04
11
-377
/
+492
|
\
|
*
Add some better comments for decision logic
Ian Cordasco
2017-06-04
2
-1
/
+28
|
*
Get *one* more line of test coverage
Ian Cordasco
2017-06-04
1
-0
/
+3
|
*
Pull decision making out of decision_for
Ian Cordasco
2017-06-04
1
-22
/
+28
|
*
Update internal documentation around StyleGuide
Ian Cordasco
2017-06-04
1
-2
/
+3
|
*
Rename style_guide.Error to style_guide.Violation
Ian Cordasco
2017-06-04
9
-136
/
+185
|
*
Rename methods on the new DecisionEngine
Ian Cordasco
2017-06-03
2
-42
/
+13
|
*
Move unit tests for StyleGuide decision logic
Ian Cordasco
2017-06-02
2
-176
/
+178
|
*
Refactor decision logic into its own object
Ian Cordasco
2017-06-01
2
-58
/
+114
|
/
*
Add debugging utility for FileChecker
Ian Cordasco
2017-06-01
2
-0
/
+13
*
Merge branch 'bug/333' into 'master'
Ian Cordasco
2017-05-30
4
-91
/
+436
|
\
|
*
Add way to get back to options index
Ian Cordasco
2017-05-29
1
-0
/
+143
|
*
Start writing new documentation around --select
Ian Cordasco
2017-05-29
4
-91
/
+293
|
/
*
Merge branch 'bug/318' into 'master'
Ian Cordasco
2017-05-28
4
-6
/
+35
|
\
|
*
Simplify conditoinal in decision logic
Ian Cordasco
2017-05-27
2
-2
/
+4
|
*
Add extra test cases for violation decisions
Ian Cordasco
2017-05-27
1
-0
/
+14
|
*
Add release note for bug 318
Ian Cordasco
2017-05-27
1
-0
/
+5
|
*
Upgrade dependencies when dogfooding
Ian Cordasco
2017-05-27
1
-1
/
+1
|
*
Further refine our logic handling selection
Ian Cordasco
2017-05-27
2
-5
/
+13
*
|
Merge branch 'keys' into 'master'
Ian Cordasco
2017-05-27
5
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Prefer iter(dict) instead of dict.keys()
Jon Dufresne
2017-05-27
5
-6
/
+6
|
/
*
Merge branch 'bug/329' into 'master'
Ian Cordasco
2017-05-26
3
-1
/
+12
|
\
|
*
Add release note for bug 329
Ian Cordasco
2017-05-25
1
-0
/
+5
|
*
Support spaces as error/ignore code separators
Ian Cordasco
2017-05-25
2
-1
/
+7
|
/
*
Add release notes for bug 330
Ian Cordasco
2017-05-25
2
-0
/
+18
*
Merge branch 'contribs' into 'master'
Ian Cordasco
2017-05-22
1
-1
/
+3
|
\
|
*
Add CONTRIBUTING.rst file refering to webpage.
peterjc
2017-05-15
1
-0
/
+3
|
*
Remove CONTRIBUTING.rst symlink
peterjc
2017-05-15
1
-1
/
+0
*
|
Merge branch 'bug/330' into 'master'
Ian Cordasco
2017-05-21
2
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Filter out empty ignore/select codes
Ian Cordasco
2017-05-20
2
-1
/
+7
|
/
*
Merge branch 'comprehensions' into 'master'
Ian Cordasco
2017-05-13
8
-41
/
+41
|
\
|
*
Clean up some uses of set, list, and dict
Jon Dufresne
2017-05-13
8
-41
/
+41
|
/
*
Merge branch 'bug/320' into 'master'
Ian Cordasco
2017-05-13
4
-23
/
+94
|
\
|
*
Make formatting plugin logic easier to test
Ian Cordasco
2017-05-13
2
-33
/
+84
|
*
Handle missing default formatter
Ian Cordasco
2017-05-13
2
-1
/
+20
|
*
Add lower bound on setuptools
Ian Cordasco
2017-05-12
1
-0
/
+1
|
/
*
Fix docstring violations
Ian Cordasco
2017-05-12
5
-15
/
+13
*
Merge branch 'patch-1' into 'master'
Ian Cordasco
2017-05-13
1
-0
/
+3
|
\
|
*
Note about error behaviour depending on Python version, e.g. F812
Peter Cock
2017-04-26
1
-0
/
+3
|
/
*
Merge branch 'less_greedy_exclude_313' into 'master'
Ian Cordasco
2017-04-22
2
-1
/
+16
|
\
|
*
Don't apply excludes greedily to subdirs
Anthony Sottile
2017-03-16
2
-1
/
+16
|
/
*
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
*
|
Update and finalize v3.3.0 release notes
Ian Cordasco
2017-02-06
1
-8
/
+22
*
|
Merge branch 'allow_newer_pycodestyle' into 'master'
Ian Cordasco
2017-02-03
2
-2
/
+2
|
\
\
|
*
|
Allow newer pycodestyle
Anthony Sottile
2017-02-02
2
-2
/
+2
|
/
/
[prev]
[next]