diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c0992..faf22d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-merge-conflict @@ -15,7 +15,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.2.2' + rev: 'v0.4.1' hooks: - id: ruff args: @@ -29,7 +29,7 @@ repos: - --application-directories=.:src exclude: migrations/ - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: @@ -52,6 +52,6 @@ repos: args: - --py36-plus - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.0 hooks: - id: black