diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c1ead0..055ce21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_schedule: 'quarterly' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: ['--maxkb=1000'] @@ -15,7 +15,7 @@ repos: - id: no-commit-to-branch args: [--branch, main] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell files: ^.*\.(md|rst|yml)$ \ No newline at end of file