diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dd39398..b0acf726 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,21 +22,21 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.2.1 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - id: ruff-format - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.0 + rev: 24.1.1 hooks: - id: black types: [ file, python ] stages: [ commit ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy exclude: ^tests/