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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move managing of off_by_default / enable_extensions to plugin loading
off_by_default
Anthony Sottile
2022-01-01
2
-12
/
+14
*
rework plugin loading
Anthony Sottile
2021-12-31
2
-96
/
+46
*
fix AttributeError when catatstrophic failure is triggered
Anthony Sottile
2021-12-24
1
-6
/
+8
*
have OptionManager take plugin versions directly
Anthony Sottile
2021-12-08
2
-24
/
+31
*
return an argparser instead of side-effects
Anthony Sottile
2021-12-07
2
-9
/
+10
*
eliminate --bug-report double-parse quirk with store_true
Anthony Sottile
2021-12-07
3
-43
/
+8
*
use self.options.diff directly
Anthony Sottile
2021-11-25
1
-6
/
+4
*
refactor run_checks to not take an Optional list of filenames
Anthony Sottile
2021-11-25
1
-7
/
+4
*
refactor and simplify configuration loading
Anthony Sottile
2021-11-22
2
-29
/
+36
*
move from allowlist to blocklist for mypy
Anthony Sottile
2021-11-14
2
-5
/
+6
*
replace py2-kwonly shim with true kwonly args
Anthony Sottile
2021-11-14
1
-2
/
+2
*
improve integration tests
Anthony Sottile
2021-11-14
2
-6
/
+7
*
have application return exit code for easier testing
Anthony Sottile
2021-11-14
2
-17
/
+13
*
use return value of parse_args directly
Anthony Sottile
2021-11-14
1
-7
/
+5
*
add a __repr__ for JobsArgument
Anthony Sottile
2021-11-14
1
-0
/
+4
*
deprecate the --diff option
Anthony Sottile
2021-11-05
2
-2
/
+6
*
add --color option
Anthony Sottile
2021-11-05
1
-1
/
+8
*
Update --indent-size help format string
Jacob Hayes
2021-08-01
1
-1
/
+1
*
Add --extend-select command line argument
Frank Winklmeier
2021-04-11
1
-0
/
+13
*
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
4
-45
/
+32
*
clean up TYPE_CHECKING imports
Anthony Sottile
2021-03-30
1
-3
/
+3
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
4
-11
/
+15
*
remove flake8 setuptools command
Anthony Sottile
2021-03-29
1
-115
/
+0
*
remove vcs integration
Anthony Sottile
2021-03-29
5
-466
/
+0
*
Add indent-size option
valentin
2021-03-14
1
-0
/
+9
*
Merge branch 'no_show_source' into 'master'
Anthony Sottile
2020-10-02
1
-0
/
+7
|
\
|
*
Add option to disable show-source for calling tools
Anthony Sottile
2020-06-19
1
-0
/
+7
*
|
fix a few small spelling issues
Anthony Sottile
2020-09-20
2
-2
/
+2
*
|
upgrade black and run via pre-commit
Anthony Sottile
2020-08-27
1
-2
/
+5
|
/
*
fix JobsArgument --help output
Ruairidh MacLeod
2020-06-05
1
-0
/
+4
*
treat --extend-exclude as a file list
Anthony Sottile
2020-05-21
1
-0
/
+1
*
Parse --jobs as a custom argparse type. Fixes #567
Ruairidh MacLeod
2020-05-13
1
-0
/
+22
*
options: Forward `--output-file` to be reparsed for BaseFormatter
Eric N. Vander Weele
2020-05-11
1
-1
/
+6
*
Add deprecation message for git hook
Anthony Sottile
2020-04-27
1
-0
/
+11
*
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
2
-7
/
+4
|
/
*
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
|
/
[next]