Unverified Commit 8dca07d8 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Update pre-commit-hook rev (#129)

parent 0230a7a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ repos:
      - id: detect-private-key

  - repo: https://github.com/psf/black
    rev: 24.10.0
    rev: 25.1.0
    hooks:
      - id: black

@@ -39,7 +39,7 @@ repos:
        args: [--py313-plus]

  - repo: https://github.com/PyCQA/isort
    rev: 5.13.2
    rev: 6.0.0
    hooks:
      - id: isort
        args: [--profile, black]