diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2afd681..f5180cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,15 +18,15 @@ repos: args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows # Ruff replaces black, flake8, autoflake and isort -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.1.4' # make sure this is always consistent with hatch configs +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.1.7' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format args: [--check, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.6.1' # make sure this is always consistent with hatch configs + rev: 'v1.7.1' # make sure this is always consistent with hatch configs hooks: - id: mypy args: ["--install-types", "--non-interactive"]