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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
application: Remove configuration finder state
Eric N. Vander Weele
2019-11-22
1
-2
/
+6
*
|
application: Change `make_config_finder` to be a pure static method
Eric N. Vander Weele
2019-11-06
1
-1
/
+2
|
/
*
application: Rename prelim parsing method to 'parse_preliminary_options'
Eric N. Vander Weele
2019-11-03
2
-11
/
+5
*
Merge branch 'separate-prelim-options' into 'master'
Anthony Sottile
2019-10-31
2
-3
/
+33
|
\
|
*
application: Ensure `--version` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-2
/
+2
|
*
application: Ensure `-h/--help` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-0
/
+14
|
*
application: Keep unknown options in the unknown argument list
Eric N. Vander Weele
2019-10-25
1
-3
/
+1
|
*
application: Change to `argparse.ArgumentParser` for preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-2
/
+3
|
*
optmanager: Inherit options from parent argument parsers
Eric N. Vander Weele
2019-10-25
1
-0
/
+17
*
|
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
1
-1
/
+1
*
|
linters: Add flake8-bugbear for finding bugs and design problems
Eric N. Vander Weele
2019-10-25
1
-1
/
+1
|
/
*
application: Remove forwarding unused preliminary arguments
Eric N. Vander Weele
2019-10-13
1
-1
/
+1
*
tests: Verify `ConfigFileFinder` behavior based on `getcwd()`
Eric N. Vander Weele
2019-10-13
1
-41
/
+18
*
config: Remove `args` parameter from `ConfigFileFinder.__init__`
Eric N. Vander Weele
2019-10-13
3
-10
/
+10
*
options: Remove parsing `--verbose` from the configuration file
Eric N. Vander Weele
2019-10-12
1
-9
/
+0
*
application: Remove preliminary argument parsing state
Eric N. Vander Weele
2019-10-01
2
-9
/
+4
*
application: Pass prelim opts to `.find_plugins()`
Eric N. Vander Weele
2019-10-01
1
-1
/
+3
*
application: Pass prelim opts and args to `.make_config_finder()`
Eric N. Vander Weele
2019-10-01
1
-1
/
+2
*
application: Pass returned prelim options to `.configure_logging()`
Eric N. Vander Weele
2019-10-01
1
-2
/
+11
*
application: Return namespace and args from preliminary arg parsing
Eric N. Vander Weele
2019-10-01
1
-2
/
+6
*
Don't reset indent_char when we encounter E101
Anthony Sottile
2019-09-24
1
-18
/
+0
*
Add type annotations for flake8.processor
Anthony Sottile
2019-09-07
1
-2
/
+3
*
Type annotate flake8.options.manager
Anthony Sottile
2019-09-07
2
-12
/
+3
*
Set configuration file-provided values via ArgumentParser.set_defaults()
Eric N. Vander Weele
2019-08-31
1
-0
/
+8
*
Test default provided options are forwarded
Eric N. Vander Weele
2019-08-31
1
-0
/
+7
*
Add typings to ConfigFileFinder constructor
Eric N. Vander Weele
2019-08-29
1
-6
/
+6
*
Put plugin options into separate argparse groups
Anthony Sottile
2019-08-19
2
-1
/
+13
*
move from optparse to argparse
Anthony Sottile
2019-08-17
12
-74
/
+144
*
Fix --show-source when indented with tabs
Anthony Sottile
2019-08-10
1
-9
/
+19
*
utils: Tighten `parse_comma_separated_list()` contract further
Eric N. Vander Weele
2019-07-28
1
-0
/
+1
*
utils: Change `normalize_paths()` contract
Eric N. Vander Weele
2019-07-28
1
-4
/
+3
*
utils: Change `parse_comma_separated_list()` contract
Eric N. Vander Weele
2019-07-28
1
-5
/
+0
*
Fix / improve recently merged patches + CI
Anthony Sottile
2019-07-08
1
-16
/
+45
*
support extend-exclude Fixes #535
Thomas Grainger
2019-07-08
1
-6
/
+5
*
Merge branch 'master' into 'master'
Anthony Sottile
2019-07-08
1
-0
/
+10
|
\
|
*
Remove filter by filename in utils.filenames_from
Yevhen Amelin
2019-03-19
1
-0
/
+10
*
|
Update test_violation.py
Markus Piotrowski
2019-06-16
1
-0
/
+3
*
|
mypy now passes
Anthony Sottile
2019-05-19
7
-24
/
+11
*
|
whitelist a bandit false positive and improve type annotation
Anthony Sottile
2019-05-19
1
-3
/
+3
|
/
*
makes prelim_args test more explicit
Charles Frye
2019-03-11
1
-1
/
+1
*
Fixes handling of empty lists by Application
Charles Frye
2019-03-07
1
-0
/
+10
*
Ensure exceptions are pickleable
Anthony Sottile
2019-02-19
1
-0
/
+54
*
Speed up flake8 when only 1 filename is passed
Anthony Sottile
2019-02-17
1
-7
/
+13
*
FIX 507: allow multiple letters in codes
Илья Лебедев
2019-02-11
1
-0
/
+5
*
Fix reporting of UndefinedLocal pyflakes error
Anthony Sottile
2019-01-31
1
-0
/
+18
*
Improve error message for malformed per-file-ignores
Anthony Sottile
2019-01-30
1
-1
/
+2
*
Fix flake8 --statistics
Anthony Sottile
2019-01-30
1
-5
/
+11
*
Fix legacy api invocation of make_notifier
Anthony Sottile
2019-01-30
1
-1
/
+0
*
Fix linters
Anthony Sottile
2019-01-30
1
-4
/
+9
*
Refactor file processor tests to use fixture
Tomer Keren
2019-01-30
2
-59
/
+51
[prev]
[next]