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

Update pre commit repo (#68)

parent 66e251f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    rev: v4.5.0
    hooks:
    -   id: check-yaml
    -   id: end-of-file-fixer
@@ -17,11 +17,11 @@ repos:
    -   id: detect-private-key

  - repo: https://github.com/psf/black
    rev: 23.7.0
    rev: 24.1.1
    hooks:
      - id: black

  - repo: https://github.com/PyCQA/autoflake
    rev: v2.2.0
    rev: v2.2.1
    hooks:
      - id: autoflake