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
/
flake8
/
main
/
application.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix mypy errors
Anthony Sottile
2021-04-07
1
-8
/
+29
*
audit + string joining
Anthony Sottile
2021-03-30
1
-2
/
+2
*
com2ann
Anthony Sottile
2021-03-30
1
-39
/
+28
*
clean up TYPE_CHECKING imports
Anthony Sottile
2021-03-30
1
-3
/
+3
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
1
-5
/
+9
*
remove vcs integration
Anthony Sottile
2021-03-29
1
-2
/
+0
*
upgrade black and run via pre-commit
Anthony Sottile
2020-08-27
1
-2
/
+5
*
options: Forward `--output-file` to be reparsed for BaseFormatter
Eric N. Vander Weele
2020-05-11
1
-1
/
+6
*
Remove unused 'cli_config' parameter
Eric N. Vander Weele
2020-01-12
1
-13
/
+6
*
config: Add 'config_file' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-12
1
-0
/
+1
*
application: Remove stale docstring param for `.find_plugins()`
Eric N. Vander Weele
2020-01-12
1
-3
/
+0
*
Remove unused 'isolated' parameter
Eric N. Vander Weele
2020-01-07
1
-21
/
+6
*
config: Add 'ignore_config_files' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-07
1
-1
/
+3
*
aggregator: Forward --config and --isolated options during aggregation
Eric N. Vander Weele
2019-12-29
1
-4
/
+25
*
application: Inline creation of config.ConfigFileFinder
Eric N. Vander Weele
2019-12-03
1
-18
/
+1
*
Fix typos
Brian Wignall
2019-12-02
1
-2
/
+2
*
Merge branch 'fix/exit-zero' into 'master'
Anthony Sottile
2019-12-02
1
-1
/
+3
|
\
|
*
Fixes --exit-zero when empty --diff
Kinya TERASAKA
2019-12-02
1
-1
/
+3
*
|
Switch from entrypoints to importlib_metadata
Anthony Sottile
2019-11-28
1
-3
/
+1
|
/
*
Merge branch 'app-cleanup-docstrings' into 'master'
Anthony Sottile
2019-11-27
1
-5
/
+2
|
\
|
*
application: Update find_plugins() docstring
Eric N. Vander Weele
2019-11-27
1
-5
/
+2
*
|
application: Remove local plugins state
Eric N. Vander Weele
2019-11-27
1
-6
/
+4
|
/
*
application: Remove configuration finder state
Eric N. Vander Weele
2019-11-22
1
-11
/
+15
*
Merge branch 'app-make-config-side-effect-free' into 'master'
Anthony Sottile
2019-11-06
1
-6
/
+13
|
\
|
*
application: Change `make_config_finder` to be a pure static method
Eric N. Vander Weele
2019-11-06
1
-6
/
+13
*
|
application: Remove checks for properties being set previously
Eric N. Vander Weele
2019-11-05
1
-35
/
+28
|
/
*
Merge branch 'application-argv-required-for-parsing' into 'master'
Anthony Sottile
2019-11-03
1
-2
/
+2
|
\
|
*
application: Make 'parse_configuration_and_cli' parameter required
Eric N. Vander Weele
2019-11-03
1
-2
/
+2
*
|
Merge branch 'application-parse-prelim-opts' into 'master'
Anthony Sottile
2019-11-03
1
-7
/
+5
|
\
\
|
*
|
application: Rename prelim parsing method to 'parse_preliminary_options'
Eric N. Vander Weele
2019-11-03
1
-7
/
+5
|
|
/
*
|
application: Simplify creation of configuration file finder
Eric N. Vander Weele
2019-11-03
1
-8
/
+8
|
/
*
application: Forward remaining unknown arguments to final CLI parsing
Eric N. Vander Weele
2019-10-25
1
-2
/
+2
*
application: Ensure `--version` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-15
/
+1
*
application: Ensure `-h/--help` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-8
/
+0
*
application: Keep unknown options in the unknown argument list
Eric N. Vander Weele
2019-10-25
1
-4
/
+1
*
application: Change to `argparse.ArgumentParser` for preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-1
/
+1
*
application: Register preliminary options on a separate argument parser
Eric N. Vander Weele
2019-10-25
1
-2
/
+7
*
options: Split-out registration of preliminary options
Eric N. Vander Weele
2019-10-25
1
-0
/
+1
*
application: Remove forwarding unused preliminary arguments
Eric N. Vander Weele
2019-10-13
1
-5
/
+3
*
config: Remove `args` parameter from `ConfigFileFinder.__init__`
Eric N. Vander Weele
2019-10-13
1
-1
/
+1
*
application: Remove preliminary argument parsing state
Eric N. Vander Weele
2019-10-01
1
-8
/
+0
*
application: Pass prelim opts to `.find_plugins()`
Eric N. Vander Weele
2019-10-01
1
-6
/
+11
*
application: Pass prelim opts and args to `.make_config_finder()`
Eric N. Vander Weele
2019-10-01
1
-7
/
+12
*
application: Pass returned prelim options to `.configure_logging()`
Eric N. Vander Weele
2019-10-01
1
-3
/
+3
*
application: Return namespace and args from preliminary arg parsing
Eric N. Vander Weele
2019-10-01
1
-2
/
+7
*
Hoist passing through sys.argv at the CLI layer
Eric N. Vander Weele
2019-08-29
1
-9
/
+9
*
move from optparse to argparse
Anthony Sottile
2019-08-17
1
-6
/
+6
*
Push down extra config file path normalization into main config handling
Eric N. Vander Weele
2019-07-22
1
-4
/
+1
*
mypy now passes
Anthony Sottile
2019-05-19
1
-19
/
+18
*
Fixes handling of empty lists by Application
Charles Frye
2019-03-07
1
-1
/
+1
[next]