Skip to content

Commit 36f790a

Browse files
[pre-commit.ci] pre-commit autoupdate (#20)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent c69aa61 commit 36f790a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
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]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.
4242
max-line-length = 88
43+
pytest-mark-no-parentheses = true
4344
warn-symbols =
4445
pytest.mark.wip = Remove 'wip' mark for tests.
4546
pytest.mark.skip = Remove 'skip' flag for tests.

0 commit comments

Comments
 (0)