diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35ecdd2..87d2e5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_commit_msg: "ci: auto-update pre-commit hooks" + autoupdate_commit_msg: "MAINT: autoupdate pre-commit hooks" autoupdate_schedule: monthly skip: - mypy @@ -14,7 +14,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.13a2 + rev: 0.1.13a6 hooks: - id: check-dev-files args: diff --git a/pyproject.toml b/pyproject.toml index f06f254..1257031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,8 @@ addopts = """ --color=yes --doctest-continue-on-failure --doctest-modules ---durations=3""" +--durations=3 +""" filterwarnings = [ "error", "ignore:Creating a LegacyVersion has been deprecated.*:DeprecationWarning",