diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3415077..b03f92a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: '23.9.1' + rev: '24.4.2' hooks: - id: black # It is recommended to specify the latest version of Python @@ -10,13 +10,13 @@ repos: language_version: python3.9 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.290' + rev: 'v0.5.4' hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace