diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ecfb6b..11ae9b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.11 + rev: v0.5.0 hooks: # Run the linter. - id: ruff @@ -9,7 +9,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-yaml @@ -20,11 +20,11 @@ repos: - id: detect-private-key - id: double-quote-string-fixer - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' # Use the sha / tag you want to point at + rev: 'v1.10.1' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [types-all] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell