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
*
Merge pull request #1528 from PyCQA/plugin_paths_plugin_options
Anthony Sottile
2022-01-18
2
-17
/
+19
|
\
|
*
combine local_plugin_paths and parse_plugin_options
Anthony Sottile
2022-01-18
2
-17
/
+19
*
|
slightly improve unknown parameter error
Anthony Sottile
2022-01-18
1
-1
/
+1
|
/
*
fix docs build
Anthony Sottile
2022-01-17
1
-2
/
+1
*
refactor plugin loading options to prepare for --require-plugins
Anthony Sottile
2022-01-10
2
-17
/
+38
*
simplify a bit of code in style_guide.py
Anthony Sottile
2022-01-05
1
-15
/
+5
*
use tokenize.TokenInfo instead of _Token alias
Anthony Sottile
2022-01-05
3
-13
/
+17
*
use type hints instead of :type and :rtype
Anthony Sottile
2022-01-05
14
-147
/
+70
*
break type checking cycles
Anthony Sottile
2022-01-05
5
-116
/
+121
*
use typesafe NamedTuple
new_namedtuple
Anthony Sottile
2022-01-05
3
-21
/
+22
*
type the rest of the legacy api
Anthony Sottile
2022-01-05
1
-12
/
+38
*
invert order of legacy to make it easier to type
Anthony Sottile
2022-01-05
1
-73
/
+73
*
type api.legacy.Report
Anthony Sottile
2022-01-05
1
-3
/
+5
*
perform path normalization on '.'
Anthony Sottile
2022-01-05
1
-3
/
+5
*
fix extended_default_select from plugin loading
Anthony Sottile
2022-01-01
2
-1
/
+7
*
move managing of off_by_default / enable_extensions to plugin loading
off_by_default
Anthony Sottile
2022-01-01
6
-28
/
+56
*
rework plugin loading
Anthony Sottile
2021-12-31
10
-722
/
+410
*
add check for a missing specified config file
Ruairidh MacLeod
2021-12-24
1
-1
/
+5
*
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
4
-105
/
+48
*
use plugin_name= instead of dicts in exceptions
Anthony Sottile
2021-12-07
2
-11
/
+10
*
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
*
remove stray noqa
stray-noqa
Anthony Sottile
2021-12-07
1
-1
/
+1
*
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
3
-14
/
+9
*
refactor and simplify configuration loading
Anthony Sottile
2021-11-22
6
-356
/
+136
*
move from allowlist to blocklist for mypy
Anthony Sottile
2021-11-14
4
-19
/
+30
*
replace py2-kwonly shim with true kwonly args
Anthony Sottile
2021-11-14
2
-12
/
+17
*
improve integration tests
Anthony Sottile
2021-11-14
2
-6
/
+7
*
split out file discovery and test it
Anthony Sottile
2021-11-14
3
-104
/
+104
*
have application return exit code for easier testing
Anthony Sottile
2021-11-14
3
-19
/
+16
*
use return value of parse_args directly
Anthony Sottile
2021-11-14
3
-14
/
+9
*
add a __repr__ for JobsArgument
Anthony Sottile
2021-11-14
1
-0
/
+4
*
improve coverage a bit
Anthony Sottile
2021-11-14
1
-13
/
+4
*
remove dead code
Anthony Sottile
2021-11-14
4
-42
/
+0
*
add typing to src/flake8/__init__.py
Anthony Sottile
2021-11-14
1
-1
/
+6
*
Add .nox to default exclude list
Scott Barlow
2021-11-07
1
-0
/
+1
*
deprecate the --diff option
Anthony Sottile
2021-11-05
2
-2
/
+6
*
add --color option
Anthony Sottile
2021-11-05
5
-2
/
+100
*
Merge pull request #1426 from mxr/fix-return
Anthony Sottile
2021-10-17
1
-5
/
+2
|
\
|
*
Remove usage of self.manager.map() in load_plugins()
Max R
2021-10-17
1
-5
/
+2
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-10-18
1
-1
/
+3
*
|
Update type hint and expression for _multiprocessing_is_fork()
Max R
2021-10-17
1
-2
/
+2
|
/
*
remove indent_size_str
indent-size-str
Anthony Sottile
2021-10-11
1
-2
/
+0
*
Release 4.0.1
4.0.1
Anthony Sottile
2021-10-11
1
-1
/
+1
*
fix parallel execution collecting a SyntaxError
parallel-syntax-error
Anthony Sottile
2021-10-11
1
-3
/
+5
*
Release 4.0.0
4.0.0
Anthony Sottile
2021-10-10
1
-1
/
+1
*
Drop support for Home and XDG config files
Ian Stapleton Cordasco
2021-10-10
2
-60
/
+6
*
write directly to sys.stdout.buffer to avoid windows io encoding
Anthony Sottile
2021-09-08
1
-1
/
+2
[next]