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
...
*
|
|
Type annotate flake8.options.manager
Anthony Sottile
2019-09-07
4
-102
/
+136
*
|
|
Set configuration file-provided values via ArgumentParser.set_defaults()
Eric N. Vander Weele
2019-08-31
1
-1
/
+3
*
|
|
Add typing to `OptionManager.parse_args()`
Eric N. Vander Weele
2019-08-31
1
-3
/
+11
*
|
|
Add typing to `OptionManager.parse_known_args()`
Eric N. Vander Weele
2019-08-30
1
-3
/
+8
*
|
|
Remove unused parameter from `OptionManager.parse_known_args()`
Eric N. Vander Weele
2019-08-30
1
-2
/
+2
*
|
|
Add typings to ConfigFileFinder constructor
Eric N. Vander Weele
2019-08-29
1
-0
/
+1
|
/
/
*
|
Hoist passing through sys.argv at the CLI layer
Eric N. Vander Weele
2019-08-29
2
-9
/
+13
*
|
Put plugin options into separate argparse groups
Anthony Sottile
2019-08-19
2
-3
/
+17
*
|
Apply suggestion to src/flake8/formatting/base.py
Anthony Sottile
2019-08-18
1
-1
/
+3
*
|
move from optparse to argparse
Anthony Sottile
2019-08-17
12
-196
/
+262
*
|
Fix --show-source when indented with tabs
Anthony Sottile
2019-08-10
1
-2
/
+5
*
|
Merge branch 'deprecate_setuptools_command' into 'master'
Anthony Sottile
2019-08-01
1
-0
/
+8
|
\
\
|
*
|
Deprecate the flake8 setuptools integration
Anthony Sottile
2019-07-08
1
-0
/
+8
*
|
|
utils: Tighten `parse_comma_separated_list()` contract further
Eric N. Vander Weele
2019-07-28
1
-4
/
+1
*
|
|
Normalize option values additionally by type
Eric N. Vander Weele
2019-07-28
2
-11
/
+12
*
|
|
utils: Change `normalize_paths()` contract
Eric N. Vander Weele
2019-07-28
1
-5
/
+3
*
|
|
utils: Assert desired contract for `normalize_paths()`
Eric N. Vander Weele
2019-07-28
1
-0
/
+1
*
|
|
utils: Change `parse_comma_separated_list()` contract
Eric N. Vander Weele
2019-07-28
1
-6
/
+4
*
|
|
utils: Assert desired contract for `parse_comma_separated_list()`
Eric N. Vander Weele
2019-07-28
1
-0
/
+4
*
|
|
Merge branch 'extra-config-normalization' into 'master'
Anthony Sottile
2019-07-23
2
-9
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Push down extra config file path normalization into main config handling
Eric N. Vander Weele
2019-07-22
2
-9
/
+2
*
|
|
Fix / improve recently merged patches + CI
Anthony Sottile
2019-07-08
3
-4
/
+4
*
|
|
support extend-exclude Fixes #535
Thomas Grainger
2019-07-08
2
-1
/
+16
*
|
|
Merge branch 'master' into 'master'
Anthony Sottile
2019-07-08
1
-3
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove filter by filename in utils.filenames_from
Yevhen Amelin
2019-03-19
1
-3
/
+2
*
|
|
Release 3.7.8
3.7.8
Anthony Sottile
2019-07-08
1
-1
/
+1
|
|
/
|
/
|
*
|
pyflakes: Change to `normalize_path()` for filename normalization
Eric N. Vander Weele
2019-07-08
1
-1
/
+1
*
|
fix CI build
Anthony Sottile
2019-07-08
1
-2
/
+3
*
|
This PR addresses issue #549 (noqa does only work as intended with single let...
Markus Piotrowski
2019-06-16
1
-1
/
+1
*
|
Merge branch 'show_traceback' into 'master'
Anthony Sottile
2019-06-14
1
-1
/
+2
|
\
\
|
*
|
Show traceback on plugin exception
Ivan Pozdeev
2019-05-20
1
-1
/
+2
*
|
|
mypy now passes
Anthony Sottile
2019-05-19
18
-175
/
+199
|
/
/
*
|
whitelist a bandit false positive and improve type annotation
Anthony Sottile
2019-05-19
1
-3
/
+3
*
|
Fix crash when file fails to tokenize but parses
Anthony Sottile
2019-04-07
1
-2
/
+1
|
/
*
Fixes handling of empty lists by Application
Charles Frye
2019-03-07
1
-1
/
+1
*
Release 3.7.7
3.7.7
Anthony Sottile
2019-02-25
1
-1
/
+1
*
Ensure exceptions are pickleable
Anthony Sottile
2019-02-19
2
-27
/
+20
*
Release 3.7.6
3.7.6
Anthony Sottile
2019-02-18
1
-1
/
+1
*
Merge branch 'mypy_improvements' into 'master'
Ian Stapleton Cordasco
2019-02-17
3
-7
/
+8
|
\
|
*
Improve a few mypy type annotations
Anthony Sottile
2019-02-17
3
-7
/
+8
*
|
Merge branch 'perf_only_one_proc' into 'master'
Ian Stapleton Cordasco
2019-02-17
1
-9
/
+1
|
\
\
|
*
|
Speed up flake8 when only 1 filename is passed
Anthony Sottile
2019-02-17
1
-9
/
+1
|
|
/
*
|
Remove pyflakes monkeypatching
Anthony Sottile
2019-02-16
1
-11
/
+1
|
/
*
FIX 507: allow multiple letters in codes
Илья Лебедев
2019-02-11
1
-1
/
+1
*
Release 3.7.5
3.7.5
Anthony Sottile
2019-02-04
1
-1
/
+1
*
Fix reporting of UndefinedLocal pyflakes error
Anthony Sottile
2019-01-31
1
-5
/
+5
*
Remove noqa comments now that 3.7 has been released
Anthony Sottile
2019-01-31
7
-10
/
+9
*
Release 3.7.4
3.7.4
Anthony Sottile
2019-01-31
1
-1
/
+1
*
Fix performance regression with per-file-ignores
Anthony Sottile
2019-01-31
1
-8
/
+6
*
Release 3.7.3
3.7.3
Anthony Sottile
2019-01-30
1
-1
/
+1
[prev]
[next]