Unverified Commit 9fa4bea2 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2)
parent f148a935
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.5.0
    rev: v4.6.0
    hooks:
      - id: trailing-whitespace
      - id: check-docstring-first
@@ -25,7 +25,7 @@ repos:
      - id: end-of-file-fixer
      - id: sort-simple-yaml
  - repo: https://github.com/psf/black
    rev: 24.3.0
    rev: 24.4.2
    hooks:
      - id: black
        args: ['--line-length=119']