Skip to content

Commit 19dc014

Browse files
[pre-commit.ci] pre-commit autoupdate (#73)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent a284f3b commit 19dc014

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: rst-inline-touching-normal
3333
- id: text-unicode-replacement-char
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.10.0
35+
rev: v2.11.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -45,12 +45,12 @@ repos:
4545
hooks:
4646
- id: black
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: v1.9.2
48+
rev: v1.10.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black]
5252
- repo: https://gitlab.com/pycqa/flake8
53-
rev: 3.8.4
53+
rev: 3.9.0
5454
hooks:
5555
- id: flake8
5656
additional_dependencies: [

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ Acknowledgment
184184

185185
The license also includes a copyright and permission notice from pytest since some
186186
modules, classes, and functions are copied from pytest. Not to mention how pytest has
187-
inspired the development pytask in general. Without the amazing work of Holger Krekel
187+
inspired the development of pytask in general. Without the amazing work of Holger Krekel
188188
and pytest's many contributors, this project would not have been possible. Thank you!

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ max-line-length = 88
6464
per-file-ignores =
6565
src/_pytask/hookspecs.py: U100
6666
tests/test_capture.py: T000, T001, N802, PT011
67+
pytest-mark-no-parentheses = true
6768
warn-symbols =
6869
pytest.mark.wip = Remove 'wip' mark for tests.
6970

0 commit comments

Comments
 (0)