diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6580ed..aca1f2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: forbid-submodules - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -36,7 +36,7 @@ repos: - "--ignore-missing-imports" exclude: ^tests/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.3.4 hooks: - id: ruff args: