diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a4747c5..ec23b3ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer files: (.*\.(py|md|rst|yaml|yml|json|ts|js|html|svelte|sh))$ @@ -78,18 +78,18 @@ repos: ] - repo: https://github.com/psf/black.git - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black files: (.*\.py)$ - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 hooks: - id: blacken-docs args: [--line-length=120, --skip-errors] additional_dependencies: - - black==24.3.0 + - black==24.10.0 - repo: https://github.com/codespell-project/codespell rev: v2.3.0 @@ -100,7 +100,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.8.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --no-cache]