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
*
Handle kwargs passed to get_style_guide
backwards-compat-api
Ian Cordasco
2016-07-07
1
-0
/
+10
*
Fill in most of the legacy API
Ian Cordasco
2016-07-07
4
-59
/
+153
*
Simplify our test environments
Ian Cordasco
2016-06-30
1
-16
/
+0
*
Clean up setup.py a bit
Ian Cordasco
2016-06-30
1
-22
/
+4
*
Fix up MANIFEST.in
Ian Cordasco
2016-06-30
1
-3
/
+5
*
Add the skeleton for the LegacyStyleGuide
Ian Cordasco
2016-06-30
1
-0
/
+47
*
Update defaults
Ian Cordasco
2016-06-30
1
-2
/
+2
*
Add README to linters
Ian Cordasco
2016-06-29
1
-0
/
+4
*
Remove exc_info for logging.exception
Ian Cordasco
2016-06-29
1
-1
/
+1
*
Add 3.0.0b2 release notes
3.0.0b2
Ian Cordasco
2016-06-28
1
-0
/
+16
*
Revert "Prefer `.flake8` if present for options."
Ian Cordasco
2016-06-28
2
-15
/
+13
*
Iterate over the checkers fewer times
Ian Cordasco
2016-06-28
1
-4
/
+17
*
Bump version for next beta release
Ian Cordasco
2016-06-28
1
-1
/
+1
*
Add a dogfood testenv
Ian Cordasco
2016-06-28
1
-1
/
+12
*
Fix some logging and logging levels
Ian Cordasco
2016-06-28
2
-5
/
+5
*
Add python and platform details to --version
Ian Cordasco
2016-06-28
3
-3
/
+24
*
Handle optional parameters that were never supported
Ian Cordasco
2016-06-28
5
-20
/
+49
*
Enable plugins automatically during registration
Ian Cordasco
2016-06-28
3
-2
/
+31
*
Parse hyphenated config names also
Ian Cordasco
2016-06-28
4
-2
/
+37
*
Handle EarlyQuits and KeyboardInterrupts
Ian Cordasco
2016-06-26
1
-0
/
+4
*
Add high-level overview of how things fit together
Ian Cordasco
2016-06-26
3
-0
/
+131
*
Search current directory if no paths are specified
Ian Cordasco
2016-06-26
4
-7
/
+27
*
Open our README appropriately
Ian Cordasco
2016-06-26
1
-1
/
+2
*
Add forgotten release note
Ian Cordasco
2016-06-26
1
-0
/
+3
*
Update compatibility docs
Ian Cordasco
2016-06-26
1
-2
/
+8
*
Update the README
Ian Cordasco
2016-06-25
1
-60
/
+40
*
Merge branch 'add-gitlab-ci' into 'master'
Ian Cordasco
2016-06-25
2
-3
/
+25
|
\
|
*
Fix linters to use src/flake8
Ian Cordasco
2016-06-25
1
-2
/
+2
|
*
Add python*-dev packages
Ian Cordasco
2016-06-25
1
-1
/
+1
|
*
Enable GitLab CI
Ian Cordasco
2016-06-25
2
-1
/
+23
*
|
Merge branch 'prefer-.flake8' into 'master'
Ian Cordasco
2016-06-25
2
-13
/
+15
|
\
\
|
|
/
|
/
|
|
*
Prefer `.flake8` if present for options.
Tom Prince
2016-06-25
2
-13
/
+15
|
/
*
Add missing release notes
Ian Cordasco
2016-06-25
3
-0
/
+22
*
Add the long description back to setup.py
Ian Cordasco
2016-06-25
1
-1
/
+1
*
Merge branch 'origin/proposed/3.0' into master
3.0.0b1
Ian Cordasco
2016-06-25
167
-3162
/
+11120
|
\
|
*
Add more release notes for 3.0.0b1
Ian Cordasco
2016-06-25
1
-2
/
+14
|
*
Add release note for 2.6.1
Ian Cordasco
2016-06-25
1
-0
/
+6
|
*
Update the packaging so wheels work
Ian Cordasco
2016-06-25
3
-1
/
+18
|
*
Update the copyright in the LICENSE
Ian Cordasco
2016-06-25
1
-1
/
+1
|
*
Update the MANIFEST.in for sdists
Ian Cordasco
2016-06-25
1
-1
/
+3
|
*
Move flake8 into src
Ian Cordasco
2016-06-25
32
-4
/
+8
|
*
Rename dev subdirectory to plugin-development
Ian Cordasco
2016-06-25
7
-4
/
+4
|
*
Add extra information to plugin dev index
Ian Cordasco
2016-06-25
1
-5
/
+43
|
*
Add some notes for users about how to use plugins
Ian Cordasco
2016-06-25
2
-0
/
+67
|
*
Add descriptions of pycodestyle and mccable
Ian Cordasco
2016-06-24
1
-1
/
+11
|
*
Add missing - to sub-directories
proposed/3.0
Ian Cordasco
2016-06-22
1
-1
/
+1
|
*
Add more definitions to glossary
Ian Cordasco
2016-06-22
1
-1
/
+18
|
*
Correct example register_options method
Ian Cordasco
2016-06-22
1
-1
/
+2
|
*
Start a glossary of terms
Ian Cordasco
2016-06-22
2
-2
/
+33
|
*
Trim whitespace from cross-compat plugin docs
Ian Cordasco
2016-06-22
1
-2
/
+2
[next]