From 29b8ea4ac508dc464df5ebf405c79cae69979b56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:44:45 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd4ea9b3..2c5aaa9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/asottile/pyupgrade - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -37,12 +37,12 @@ repos: hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: v1.9.2 + rev: v1.10.0 hooks: - id: blacken-docs additional_dependencies: [black] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 3.9.0 hooks: - id: flake8 additional_dependencies: [ From a37c7f79d6ad0c611f39d6bc4116fbff507e2310 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Thu, 25 Mar 2021 12:30:41 +0100 Subject: [PATCH 2/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d47d3e5b..aaffbb15 100644 --- a/README.rst +++ b/README.rst @@ -187,5 +187,5 @@ Acknowledgment The license also includes a copyright and permission notice from pytest since some modules, classes, and functions are copied from pytest. Not to mention how pytest has -inspired the development pytask in general. Without the amazing work of Holger Krekel +inspired the development of pytask in general. Without the amazing work of Holger Krekel and pytest's many contributors, this project would not have been possible. Thank you! From e4a69e5a53e7dcdcda9643dec336d6de6e179da0 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Thu, 25 Mar 2021 12:31:25 +0100 Subject: [PATCH 3/3] Update tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2d4bee26..00e47a85 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ max-line-length = 88 per-file-ignores = src/_pytask/hookspecs.py: U100 tests/test_capture.py: T000, T001, N802, PT011 +pytest-mark-no-parentheses = true warn-symbols = pytest.mark.wip = Remove 'wip' mark for tests.