diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d59322e..3c905e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black @@ -13,7 +13,7 @@ repos: # args: [--remove, --include-star-import] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy exclude: docs @@ -50,7 +50,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.10 hooks: - id: ruff @@ -64,3 +64,6 @@ repos: rev: v0.15 hooks: - id: validate-pyproject + +ci: + autoupdate_schedule: monthly