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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow noqa to apply to lines due to continuation
noqa_continuation
Anthony Sottile
2020-03-17
2
-20
/
+54
*
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
*
Merge branch 'file_not_found_error' into 'master'
Anthony Sottile
2020-01-16
1
-5
/
+4
|
\
|
*
Ensure that a not-found file produces an error
Anthony Sottile
2020-01-16
1
-5
/
+4
*
|
Merge branch 'form_feed_difference' into 'master'
Anthony Sottile
2020-01-16
2
-16
/
+20
|
\
\
|
*
|
split lines the same when read from stdin
Anthony Sottile
2020-01-16
2
-16
/
+20
|
|
/
*
|
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
4
-29
/
+13
*
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
2
-3
/
+13
*
Merge branch 'config-remove-parent-tail-state' into 'master'
Anthony Sottile
2020-01-13
1
-4
/
+1
|
\
|
*
config: Remove ConfigFileFinder 'parent' and 'tail' attributes
Eric N. Vander Weele
2020-01-12
1
-4
/
+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
4
-42
/
+14
*
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
2
-3
/
+12
*
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
3
-12
/
+41
*
application: Inline creation of config.ConfigFileFinder
Eric N. Vander Weele
2019-12-03
3
-22
/
+6
*
Merge branch 'fix/disable_noqa' into 'master'
Anthony Sottile
2019-12-03
1
-1
/
+4
|
\
|
*
Fix codes
Byeonghoon Yoo
2019-11-06
1
-5
/
+4
|
*
Fix lint error
Byeonghoon Yoo
2019-11-05
1
-1
/
+2
|
*
Fix should_ignore_file() to handle disable-noqa configuration
Byeonghoon Yoo
2019-11-05
1
-1
/
+1
|
*
Add disable_noqa attribute to FileProcessor
Byeonghoon Yoo
2019-11-05
1
-0
/
+3
*
|
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
*
|
|
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
[next]