diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee941a5..fb11085 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,13 +55,13 @@ repos: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.7' + rev: 'v0.2.1' hooks: - id: ruff args: [ '--fix', '--exit-zero' ] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.7.1' # Use the sha / tag you want to point at + rev: 'v1.8.0' # Use the sha / tag you want to point at hooks: - id: mypy # - repo: local