diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5fd597..54b9ae8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black args: [--target-version, py310, --preview, --enable-unstable-feature=string_processing] language_version: python3.10 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.3' + rev: 'v0.4.1' hooks: - id: ruff language_version: python3.10