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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'entrypoints' into 'master'
Anthony Sottile
2018-11-21
3
-35
/
+15
|
\
|
*
Replace setuptools with entrypoints
Anthony Sottile
2018-11-05
3
-35
/
+15
*
|
Grammar fixes
Ville Skyttä
2018-11-11
1
-1
/
+1
|
/
*
Merge branch 'per-file-style-guide' into 'master'
Ian Stapleton Cordasco
2018-10-29
7
-19
/
+210
|
\
|
*
Refactor to support the per-file-ignores
Ian Stapleton Cordasco
2018-10-27
3
-20
/
+43
|
*
Add support for per-file ignores in config
Ian Stapleton Cordasco
2018-10-25
6
-5
/
+173
*
|
Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469
Jesaja Everling
2018-10-28
1
-1
/
+1
|
/
*
Release v3.6.0
3.6.0
Anthony Sottile
2018-10-23
1
-1
/
+1
*
Revert "Merge branch 'revert-63b91c95' into 'master'"
Anthony Sottile
2018-10-23
1
-6
/
+3
*
Revert "Merge branch 'match_newlines_py3' into 'master'"
Anthony Sottile
2018-10-23
1
-3
/
+6
*
Merge branch 'match_newlines_py3' into 'master'
Anthony Sottile
2018-10-23
1
-6
/
+3
|
\
|
*
Fix inconsistent newlines read from a file in python3
Anthony Sottile
2018-10-22
1
-6
/
+3
*
|
Fix collections ABCs deprecation warning.
Jintao Zhang
2018-10-23
1
-2
/
+7
|
/
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
25
-807
/
+1035
*
Merge branch 'fix-doc-for-isolated' into 'master'
Ian Stapleton Cordasco
2018-10-20
1
-1
/
+1
|
\
|
*
Fix docs for --isolated flag
Sargun Vohra
2018-09-09
1
-1
/
+1
*
|
Defer setuptools import to save ~60ms on startup
Anthony Sottile
2018-10-14
1
-2
/
+3
|
/
*
Only skip a file if `# flake8: noqa` is on a line by itself
Anthony Sottile
2018-07-01
1
-4
/
+12
*
Merge branch 'pyflakes_new_codes' into 'master'
Ian Stapleton Cordasco
2018-06-29
1
-0
/
+2
|
\
|
*
Update to pyflakes 2.0.0
Miro Hrončok
2018-06-05
1
-0
/
+2
*
|
Merge branch 'docs-py3' into 'master'
Ian Stapleton Cordasco
2018-06-29
1
-1
/
+1
|
\
\
|
*
|
Update documentation links to latest Python 3 documentation
Jon Dufresne
2018-06-10
1
-1
/
+1
|
|
/
*
|
Fix "invalid escape sequence" when running with -Werror
Anthony Sottile
2018-06-18
1
-1
/
+1
|
/
*
Merge branch 'spelling' into 'master'
Ian Stapleton Cordasco
2018-05-20
1
-1
/
+1
|
\
|
*
Spelling and grammar fixes
Ville Skyttä
2018-05-13
1
-1
/
+1
*
|
Implement --extend-ignore
Ville Skyttä
2018-05-16
2
-1
/
+13
|
/
*
Merge branch '405-nonexisting-files' into 'master'
Ian Stapleton Cordasco
2018-04-15
1
-3
/
+1
|
\
|
*
Report error when non-exiting path is passed to flake8
Avraham Shukron
2018-02-21
1
-3
/
+1
*
|
Move all uses of `pool` inside `run_parallel()`.
Craig Silverstein
2018-03-02
2
-32
/
+30
|
/
*
Merge branch 'formatter-print-observe-newline' into 'master'
Ian Stapleton Cordasco
2018-01-01
1
-1
/
+1
|
\
|
*
Respect a formatter's newline setting when printing
Ian Stapleton Cordasco
2017-12-31
1
-1
/
+1
*
|
Merge branch 'isort-fix' into 'master'
Ian Stapleton Cordasco
2018-01-01
1
-0
/
+18
|
\
\
|
*
|
fix for flake8-isort
Tomer Chachamu
2017-11-27
1
-0
/
+18
|
|
/
*
|
Implement better UX around broken plugins
Ian Stapleton Cordasco
2017-12-31
3
-2
/
+34
|
/
*
Merge branch 'local-plugin-paths' into 'master'
Ian Stapleton Cordasco
2017-11-26
2
-6
/
+32
|
\
|
*
Use default comma-separated regex for local-plugin paths.
Carl Meyer
2017-10-25
1
-2
/
+1
|
*
Add paths option in local-plugins config file.
Carl Meyer
2017-10-24
2
-6
/
+33
*
|
Stop being silly
Ian Stapleton Cordasco
2017-11-26
1
-14
/
+2
*
|
Fix-up new I202 violations
Ian Stapleton Cordasco
2017-11-26
1
-1
/
+1
|
/
*
Prepare for v3.5.0 release on 2017-10-23
3.5.0
Ian Stapleton Cordasco
2017-10-21
1
-1
/
+1
*
Catch UnicodeDecodeError while parsing config files
Anthony Sottile
2017-10-09
1
-7
/
+15
*
Allow our local plugin parsing to accept commas
Ian Stapleton Cordasco
2017-08-09
2
-7
/
+16
*
Update our plugin registration for debugging
Ian Stapleton Cordasco
2017-08-08
3
-9
/
+20
*
Merge branch 'issue/362' into 'master'
Ian Stapleton Cordasco
2017-08-08
1
-0
/
+2
|
\
|
*
Lint only *.py files with --diff option
Josef Skladanka
2017-08-08
1
-0
/
+2
*
|
Fix finding of local config files.
Carl Meyer
2017-08-07
1
-2
/
+2
|
/
*
Merge branch 'local-plugins' into 'master'
Ian Stapleton Cordasco
2017-08-07
5
-77
/
+212
|
\
|
*
Append [local] to version of local plugins.
Carl Meyer
2017-08-06
1
-4
/
+11
|
*
Don't load local plugins from user config.
Carl Meyer
2017-08-06
1
-11
/
+9
|
*
Minor argument changes.
Carl Meyer
2017-08-06
2
-2
/
+2
[next]