Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks and apply
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 11, 2024
1 parent 6a11b85 commit eaa3e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eaa3e4d

Please sign in to comment.