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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fixes --exit-zero when empty --diff
Kinya TERASAKA
2019-12-02
1
-1
/
+3
*
|
|
Work around RecursionError in EntryPoint.__repr__ in pypy
Anthony Sottile
2019-11-29
1
-1
/
+1
*
|
|
Switch from entrypoints to importlib_metadata
Anthony Sottile
2019-11-28
6
-29
/
+33
|
/
/
*
|
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
2
-14
/
+20
*
|
Merge branch 'app-make-config-side-effect-free' into 'master'
Anthony Sottile
2019-11-06
2
-7
/
+16
|
\
\
|
*
|
application: Change `make_config_finder` to be a pure static method
Eric N. Vander Weele
2019-11-06
2
-7
/
+16
|
|
/
*
|
application: Remove checks for properties being set previously
Eric N. Vander Weele
2019-11-05
1
-35
/
+28
|
/
*
aggregator: Simplify 'aggregate_options' function definition
Eric N. Vander Weele
2019-11-03
1
-10
/
+14
*
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
2
-11
/
+6
|
\
\
|
*
|
application: Rename prelim parsing method to 'parse_preliminary_options'
Eric N. Vander Weele
2019-11-03
2
-11
/
+6
|
|
/
*
|
application: Simplify creation of configuration file finder
Eric N. Vander Weele
2019-11-03
1
-8
/
+8
|
/
*
Reformat with black >= 19.10b0
Eric N. Vander Weele
2019-11-01
1
-3
/
+4
*
Merge branch 'separate-prelim-options' into 'master'
Anthony Sottile
2019-10-31
4
-78
/
+81
|
\
|
*
application: Forward remaining unknown arguments to final CLI parsing
Eric N. Vander Weele
2019-10-25
2
-4
/
+4
|
*
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
2
-9
/
+16
|
*
optmanager: Inherit options from parent argument parsers
Eric N. Vander Weele
2019-10-25
1
-3
/
+13
|
*
options: Split-out registration of preliminary options
Eric N. Vander Weele
2019-10-25
2
-44
/
+55
*
|
Merge branch '3.7-maintenance' into 'master'
Anthony Sottile
2019-10-28
1
-1
/
+1
|
\
\
|
*
|
Release 3.7.9
3.7.9
3.7-maintenance
Anthony Sottile
2019-10-28
1
-1
/
+1
|
*
|
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
2
-38
/
+14
*
|
|
Merge branch 'specific_noqa_pycodestyle' into 'master'
Anthony Sottile
2019-10-28
1
-5
/
+3
|
\
\
\
|
*
|
|
Do not pass `noqa` to plugins, have flake8 decide whether to report
Anthony Sottile
2019-08-29
1
-5
/
+3
*
|
|
|
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
2
-38
/
+14
*
|
|
|
linters: Add flake8-bugbear for finding bugs and design problems
Eric N. Vander Weele
2019-10-25
1
-2
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
application: Remove forwarding unused preliminary arguments
Eric N. Vander Weele
2019-10-13
2
-6
/
+4
*
|
|
config: Remove `args` parameter from `ConfigFileFinder.__init__`
Eric N. Vander Weele
2019-10-13
2
-5
/
+3
*
|
|
config: Search for configuration relative to current working directory
Eric N. Vander Weele
2019-10-13
1
-3
/
+1
*
|
|
Reformat files via `black`
Eric N. Vander Weele
2019-10-13
1
-3
/
+1
*
|
|
Merge branch 'remove-output-file-config' into 'master'
Anthony Sottile
2019-10-13
1
-1
/
+0
|
\
\
\
|
*
|
|
options: Remove parsing `--output-file` from the configuration file
Eric N. Vander Weele
2019-10-12
1
-1
/
+0
*
|
|
|
options: Remove parsing `--verbose` from the configuration file
Eric N. Vander Weele
2019-10-12
1
-1
/
+0
|
/
/
/
*
|
|
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
2
-7
/
+12
*
|
|
application: Pass prelim opts and args to `.make_config_finder()`
Eric N. Vander Weele
2019-10-01
2
-8
/
+13
*
|
|
application: Pass returned prelim options to `.configure_logging()`
Eric N. Vander Weele
2019-10-01
2
-6
/
+6
*
|
|
application: Return namespace and args from preliminary arg parsing
Eric N. Vander Weele
2019-10-01
1
-2
/
+7
*
|
|
Don't reset indent_char when we encounter E101
Anthony Sottile
2019-09-24
2
-10
/
+1
*
|
|
Merge branch 'type_more' into 'master'
Anthony Sottile
2019-09-08
2
-44
/
+76
|
\
\
\
|
*
|
|
Add type annotations for flake8.processor
Anthony Sottile
2019-09-07
1
-30
/
+42
|
*
|
|
Add type annotations to flake8.styleguide
Anthony Sottile
2019-09-07
1
-14
/
+34
*
|
|
|
Simplify bandit config and allow `assert`
Anthony Sottile
2019-09-07
1
-3
/
+3
|
/
/
/
[prev]
[next]