diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b5acb7..db62db4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: types_or: [yaml, markdown, html, css, javascript, json] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.246 + rev: v0.0.248 hooks: - id: ruff args: ["--fix"] @@ -82,7 +82,7 @@ repos: - id: nb-clean - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.0.1 hooks: - id: mypy files: ^(src|tests|setup.py)