File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222 - id : rst-inline-touching-normal
2323 - id : text-unicode-replacement-char
2424- repo : https://github.com/asottile/pyupgrade
25- rev : v2.10 .0
25+ rev : v2.11 .0
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py36-plus]
@@ -35,12 +35,12 @@ repos:
3535 hooks :
3636 - id : black
3737- repo : https://github.com/asottile/blacken-docs
38- rev : v1.9.2
38+ rev : v1.10.0
3939 hooks :
4040 - id : blacken-docs
4141 additional_dependencies : [black]
4242- repo : https://gitlab.com/pycqa/flake8
43- rev : 3.8.4
43+ rev : 3.9.0
4444 hooks :
4545 - id : flake8
4646 types : [python]
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ ignore =
4040 W503 ; ignores linebreak before binary operator which is enforced by Black.
4141 PT006 ; ignores that parametrizing tests with tuple argument names is preferred.
4242max-line-length = 88
43+ pytest-mark-no-parentheses = true
4344warn-symbols =
4445 pytest.mark.wip = Remove ' wip' mark for tests.
4546 pytest.mark.skip = Remove ' skip' flag for tests.
You can’t perform that action at this time.
0 commit comments