diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8131fd..edddbfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,16 +4,16 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.4.3 hooks: - id: ruff - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black pass_filenames: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-json - id: check-yaml @@ -29,6 +29,6 @@ repos: - id: rst-backticks - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' # Use the sha / tag you want to point at + rev: 'v1.10.0' # Use the sha / tag you want to point at hooks: - id: mypy