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
/
options
Commit message (
Expand
)
Author
Age
Files
Lines
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
1
-3
/
+1
*
Fix bug for plugins using extend_default_ignore
fix-extend-default-ignore
Ian Stapleton Cordasco
2021-04-15
1
-0
/
+4
*
Merge pull request #43 from sobolevn/patch-1
Anthony Sottile
2021-04-03
1
-1
/
+1
|
\
|
*
Typo fix
Nikita Sobolev
2021-03-22
1
-1
/
+1
*
|
audit + string joining
Anthony Sottile
2021-03-30
1
-2
/
+2
*
|
audit % format calls
Anthony Sottile
2021-03-30
1
-1
/
+1
*
|
audit .format(...) calls
Anthony Sottile
2021-03-30
1
-1
/
+1
*
|
com2ann
Anthony Sottile
2021-03-30
3
-95
/
+88
*
|
clean up TYPE_CHECKING imports
Anthony Sottile
2021-03-30
1
-2
/
+4
*
|
clean up string_types
Anthony Sottile
2021-03-30
1
-6
/
+4
*
|
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
3
-14
/
+26
|
/
*
fix a few small spelling issues
Anthony Sottile
2020-09-20
2
-2
/
+2
*
Release 3.8.2
3.8.2
Anthony Sottile
2020-05-22
1
-3
/
+1
*
config: Normalize paths in CLI-specified config relative to config dir
Eric N. Vander Weele
2020-05-18
1
-1
/
+1
*
config: Normalize paths in config relative to provided parent directory
Eric N. Vander Weele
2020-05-18
1
-4
/
+7
*
Fix type='str' optparse options
Anthony Sottile
2020-04-24
1
-0
/
+2
*
config: Determine path to user configuration immediately
Eric N. Vander Weele
2020-01-20
1
-17
/
+18
*
config: Remove checks for configs being previously parsed
Eric N. Vander Weele
2020-01-20
1
-30
/
+13
*
Fix the type= warning to contain the option name
Anthony Sottile
2020-01-16
1
-1
/
+2
*
config: Make ConfigFileFinder 'extra_config_files' parameter optional
Eric N. Vander Weele
2020-01-12
1
-3
/
+4
*
Remove unused 'cli_config' parameter
Eric N. Vander Weele
2020-01-12
2
-14
/
+4
*
config: Switch code paths to use 'ConfigFileFinder.config_file'
Eric N. Vander Weele
2020-01-12
1
-7
/
+7
*
config: Add 'config_file' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-12
1
-3
/
+12
*
config: Remove ConfigFileFinder 'parent' and 'tail' attributes
Eric N. Vander Weele
2020-01-12
1
-4
/
+1
*
Remove unused 'isolated' parameter
Eric N. Vander Weele
2020-01-07
2
-13
/
+3
*
config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'
Eric N. Vander Weele
2020-01-07
1
-2
/
+2
*
config: Add 'ignore_config_files' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-07
1
-2
/
+9
*
config: Change ConfigFileFinder._read_config() to accept variadic args
Eric N. Vander Weele
2020-01-06
1
-6
/
+6
*
aggregator: Forward --config and --isolated options during aggregation
Eric N. Vander Weele
2019-12-29
1
-7
/
+10
*
aggregator: Simplify 'aggregate_options' function definition
Eric N. Vander Weele
2019-11-03
1
-10
/
+14
*
optmanager: Inherit options from parent argument parsers
Eric N. Vander Weele
2019-10-25
1
-3
/
+13
*
config: Remove `args` parameter from `ConfigFileFinder.__init__`
Eric N. Vander Weele
2019-10-13
1
-4
/
+2
*
config: Search for configuration relative to current working directory
Eric N. Vander Weele
2019-10-13
1
-3
/
+1
*
Type annotate flake8.options.manager
Anthony Sottile
2019-09-07
1
-89
/
+124
*
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
*
Put plugin options into separate argparse groups
Anthony Sottile
2019-08-19
1
-2
/
+15
*
move from optparse to argparse
Anthony Sottile
2019-08-17
3
-118
/
+190
*
Normalize option values additionally by type
Eric N. Vander Weele
2019-07-28
1
-8
/
+11
*
Push down extra config file path normalization into main config handling
Eric N. Vander Weele
2019-07-22
1
-5
/
+1
*
mypy now passes
Anthony Sottile
2019-05-19
2
-12
/
+20
*
Merge branch 'master' into 'master'
Ian Stapleton Cordasco
2019-01-17
1
-0
/
+4
|
\
|
*
Add support for optparse's 'float' and 'complex' types.
ymdatta
2018-10-28
1
-0
/
+4
*
|
Merge branch 'per_file_ignore' into 'master'
Ian Stapleton Cordasco
2019-01-17
1
-4
/
+0
|
\
\
|
*
|
Support more syntaxes in per-file-ignores
Anthony Sottile
2019-01-07
1
-4
/
+0
*
|
|
Remove unused PROJECT_FILENAMES
Anthony Sottile
2019-01-07
1
-2
/
+0
|
/
/
*
|
Add support for per-file ignores in config
Ian Stapleton Cordasco
2018-10-25
1
-0
/
+4
|
/
[next]