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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-05-24
1
-2
/
+2
*
extend black formatting to tests as well
Anthony Sottile
2021-04-18
1
-5
/
+2
*
improve code coverage in a few places
Anthony Sottile
2021-04-07
1
-4
/
+1
*
fix mypy errors
Anthony Sottile
2021-04-07
1
-1
/
+1
*
audit + string joining
Anthony Sottile
2021-03-30
1
-4
/
+3
*
audit .format(...) calls
Anthony Sottile
2021-03-30
1
-5
/
+3
*
com2ann
Anthony Sottile
2021-03-30
1
-35
/
+37
*
clean up TYPE_CHECKING imports
Anthony Sottile
2021-03-30
1
-1
/
+2
*
clean up OrderedDict
Anthony Sottile
2021-03-30
1
-7
/
+5
*
clean up version_info references
Anthony Sottile
2021-03-30
1
-18
/
+7
*
clean up _stdin_get_value_py3
Anthony Sottile
2021-03-30
1
-7
/
+3
*
clean up string_types
Anthony Sottile
2021-03-30
1
-3
/
+2
*
clean up lru_cache in compat
Anthony Sottile
2021-03-30
1
-2
/
+2
*
automatic: pyupgrade --py36-plus
Anthony Sottile
2021-03-30
1
-11
/
+13
*
introduce pyupgrade, run it in python2-compatible mode
Anthony Sottile
2021-03-29
1
-1
/
+1
*
ensure crlf line endings of stdin are handled properly
Anthony Sottile
2021-01-07
1
-1
/
+2
*
fix a few small spelling issues
Anthony Sottile
2020-09-20
1
-1
/
+1
*
Fix using --exclude=.* to not match `.` and `..`
Anthony Sottile
2020-05-07
1
-1
/
+1
*
split lines the same when read from stdin
Anthony Sottile
2020-01-16
1
-15
/
+19
*
Only use multiprocessing when the method is fork
Anthony Sottile
2019-10-28
1
-24
/
+0
*
Simplify bandit config and allow `assert`
Anthony Sottile
2019-09-07
1
-3
/
+3
*
utils: Tighten `parse_comma_separated_list()` contract further
Eric N. Vander Weele
2019-07-28
1
-4
/
+1
*
Normalize option values additionally by type
Eric N. Vander Weele
2019-07-28
1
-3
/
+1
*
utils: Change `normalize_paths()` contract
Eric N. Vander Weele
2019-07-28
1
-5
/
+3
*
utils: Assert desired contract for `normalize_paths()`
Eric N. Vander Weele
2019-07-28
1
-0
/
+1
*
utils: Change `parse_comma_separated_list()` contract
Eric N. Vander Weele
2019-07-28
1
-6
/
+4
*
utils: Assert desired contract for `parse_comma_separated_list()`
Eric N. Vander Weele
2019-07-28
1
-0
/
+4
*
Fix / improve recently merged patches + CI
Anthony Sottile
2019-07-08
1
-2
/
+2
*
Merge branch 'master' into 'master'
Anthony Sottile
2019-07-08
1
-3
/
+2
|
\
|
*
Remove filter by filename in utils.filenames_from
Yevhen Amelin
2019-03-19
1
-3
/
+2
*
|
mypy now passes
Anthony Sottile
2019-05-19
1
-27
/
+30
|
/
*
Improve a few mypy type annotations
Anthony Sottile
2019-02-17
1
-3
/
+3
*
FIX 507: allow multiple letters in codes
Илья Лебедев
2019-02-11
1
-1
/
+1
*
Remove noqa comments now that 3.7 has been released
Anthony Sottile
2019-01-31
1
-4
/
+3
*
Improve error message for malformed per-file-ignores
Anthony Sottile
2019-01-30
1
-2
/
+19
*
Make uses of typing compatible with python 3.5.1 / 3.5.0
Anthony Sottile
2019-01-30
1
-3
/
+2
*
Allow capitalized filenames in per-file-ignores
Anthony Sottile
2019-01-29
1
-1
/
+1
*
Some lint / mypy fixes
Anthony Sottile
2019-01-24
1
-3
/
+10
*
Support more syntaxes in per-file-ignores
Anthony Sottile
2019-01-07
1
-1
/
+94
*
Remove workarounds for older, unsupported Pythons
Jon Dufresne
2018-12-05
1
-6
/
+5
*
Refactor to support the per-file-ignores
Ian Stapleton Cordasco
2018-10-27
1
-0
/
+32
*
Add support for per-file ignores in config
Ian Stapleton Cordasco
2018-10-25
1
-0
/
+1
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
1
-28
/
+34
*
Allow our local plugin parsing to accept commas
Ian Stapleton Cordasco
2017-08-09
1
-2
/
+8
*
Support spaces as error/ignore code separators
Ian Cordasco
2017-05-25
1
-1
/
+2
*
Filter out empty ignore/select codes
Ian Cordasco
2017-05-20
1
-1
/
+2
*
Don't apply excludes greedily to subdirs
Anthony Sottile
2017-03-16
1
-1
/
+1
*
Modify stdin retriever to detect coding pragma
Ian Cordasco
2017-02-20
1
-4
/
+14
*
Diable multiprocessing behaviour on Windows
Ian Cordasco
2016-07-29
1
-1
/
+11
*
Ensure we're only on Python 2.7
Ian Cordasco
2016-07-26
1
-1
/
+1
[next]