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
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
audit + string joining
Anthony Sottile
2021-03-30
1
-1
/
+1
*
clean up version_info references
Anthony Sottile
2021-03-30
1
-1
/
+0
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
19
-28
/
+31
*
introduce pyupgrade, run it in python2-compatible mode
Anthony Sottile
2021-03-29
1
-1
/
+1
*
remove flake8 setuptools command
Anthony Sottile
2021-03-29
1
-33
/
+0
*
remove vcs integration
Anthony Sottile
2021-03-29
1
-29
/
+0
*
upgrade pycodestyle to 2.7.0
Anthony Sottile
2021-03-14
1
-0
/
+1
*
ensure crlf line endings of stdin are handled properly
Anthony Sottile
2021-01-07
1
-0
/
+10
*
fix test which was not testing anything
Anthony Sottile
2021-01-07
1
-3
/
+5
*
fix a few small spelling issues
Anthony Sottile
2020-09-20
2
-3
/
+3
*
fix JobsArgument --help output
Ruairidh MacLeod
2020-06-05
1
-0
/
+6
*
config: Normalize paths in CLI-specified config relative to config dir
Eric N. Vander Weele
2020-05-18
1
-6
/
+7
*
Parse --jobs as a custom argparse type. Fixes #567
Ruairidh MacLeod
2020-05-13
2
-1
/
+32
*
Fix using --exclude=.* to not match `.` and `..`
Anthony Sottile
2020-05-07
1
-0
/
+8
*
Fix type='str' optparse options
Anthony Sottile
2020-04-24
1
-0
/
+2
*
instrument coverage on tests and require 100% coverage there
Anthony Sottile
2020-03-23
5
-10
/
+13
*
Allow noqa to apply to lines due to continuation
noqa_continuation
Anthony Sottile
2020-03-17
1
-5
/
+45
*
config: Determine path to user configuration immediately
Eric N. Vander Weele
2020-01-20
2
-21
/
+6
*
config: Remove checks for configs being previously parsed
Eric N. Vander Weele
2020-01-20
1
-24
/
+0
*
split lines the same when read from stdin
Anthony Sottile
2020-01-16
1
-13
/
+4
*
config: Make ConfigFileFinder 'extra_config_files' parameter optional
Eric N. Vander Weele
2020-01-12
4
-17
/
+12
*
Remove unused 'cli_config' parameter
Eric N. Vander Weele
2020-01-12
3
-4
/
+4
*
config: Switch code paths to use 'ConfigFileFinder.config_file'
Eric N. Vander Weele
2020-01-12
2
-4
/
+8
*
config: Add 'config_file' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-12
1
-0
/
+17
*
config: Remove ConfigFileFinder 'parent' and 'tail' attributes
Eric N. Vander Weele
2020-01-12
1
-3
/
+4
*
tests: Ensure patched `os.getcwd()` is an absolute path
Eric N. Vander Weele
2020-01-12
1
-3
/
+3
*
Remove unused 'isolated' parameter
Eric N. Vander Weele
2020-01-07
3
-4
/
+6
*
config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'
Eric N. Vander Weele
2020-01-07
2
-0
/
+2
*
config: Add 'ignore_config_files' parameter to ConfigFileFinder
Eric N. Vander Weele
2020-01-07
1
-0
/
+20
*
config: Change ConfigFileFinder._read_config() to accept variadic args
Eric N. Vander Weele
2020-01-06
2
-3
/
+3
*
aggregator: Forward --config and --isolated options during aggregation
Eric N. Vander Weele
2019-12-29
1
-1
/
+1
*
application: Inline creation of config.ConfigFileFinder
Eric N. Vander Weele
2019-12-03
1
-6
/
+7
*
Merge branch 'fix/disable_noqa' into 'master'
Anthony Sottile
2019-12-03
2
-0
/
+11
|
\
|
*
Remove redundant sample data
Isac Yoo
2019-11-13
1
-9
/
+2
|
*
Fix codes
Byeonghoon Yoo
2019-11-06
1
-20
/
+30
|
*
Add unit test for dd411e95
Byeonghoon Yoo
2019-11-05
2
-13
/
+21
*
|
Merge branch 'fix/exit-zero' into 'master'
Anthony Sottile
2019-12-02
1
-17
/
+4
|
\
\
|
*
|
Fixes --exit-zero when empty --diff
Kinya TERASAKA
2019-12-02
1
-17
/
+4
*
|
|
Switch from entrypoints to importlib_metadata
Anthony Sottile
2019-11-28
4
-45
/
+31
|
/
/
*
|
application: Remove configuration finder state
Eric N. Vander Weele
2019-11-22
1
-2
/
+6
*
|
application: Change `make_config_finder` to be a pure static method
Eric N. Vander Weele
2019-11-06
1
-1
/
+2
|
/
*
application: Rename prelim parsing method to 'parse_preliminary_options'
Eric N. Vander Weele
2019-11-03
2
-11
/
+5
*
Merge branch 'separate-prelim-options' into 'master'
Anthony Sottile
2019-10-31
2
-3
/
+33
|
\
|
*
application: Ensure `--version` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-2
/
+2
|
*
application: Ensure `-h/--help` is unknown during preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-0
/
+14
|
*
application: Keep unknown options in the unknown argument list
Eric N. Vander Weele
2019-10-25
1
-3
/
+1
|
*
application: Change to `argparse.ArgumentParser` for preliminary parsing
Eric N. Vander Weele
2019-10-25
1
-2
/
+3
|
*
optmanager: Inherit options from parent argument parsers
Eric N. Vander Weele
2019-10-25
1
-0
/
+17
*
|
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
1
-1
/
+1
*
|
linters: Add flake8-bugbear for finding bugs and design problems
Eric N. Vander Weele
2019-10-25
1
-1
/
+1
|
/
[next]