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

[pre-commit.ci] pre-commit autoupdate (#316)

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0)
- [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.8.0...0.8.1

)

Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent 8bcbbc68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,12 +25,12 @@ repos:
      - id: end-of-file-fixer
      - id: sort-simple-yaml
  - repo: https://github.com/psf/black
    rev: 24.10.0
    rev: 25.1.0
    hooks:
      - id: black
        args: ['--line-length=119']
  - repo: https://github.com/adrienverge/yamllint.git
    rev: v1.35.1
    rev: v1.37.0
    hooks:
    - id: yamllint
    name: yamllint
@@ -39,6 +39,6 @@ repos:
    language: python
    types: [file, yaml]
  - repo: https://github.com/kynan/nbstripout
    rev: 0.8.0
    rev: 0.8.1
    hooks:
    - id: nbstripout