Unverified Commit 6428eb3d 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.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
- [github.com/psf/black: 23.3.0 → 24.2.0](https://github.com/psf/black/compare/23.3.0...24.2.0)
- [github.com/adrienverge/yamllint.git: v1.31.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.35.1)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1)
parent 707c7f6f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    rev: v4.5.0
    hooks:
      - id: trailing-whitespace
      - id: check-docstring-first
@@ -25,12 +25,12 @@ repos:
      - id: end-of-file-fixer
      - id: sort-simple-yaml
  - repo: https://github.com/psf/black
    rev: 23.3.0
    rev: 24.2.0
    hooks:
      - id: black
        args: ['--line-length=119']
  - repo: https://github.com/adrienverge/yamllint.git
    rev: v1.31.0
    rev: v1.35.1
    hooks:
    - id: yamllint
    name: yamllint
@@ -39,6 +39,6 @@ repos:
    language: python
    types: [file, yaml]
  - repo: https://github.com/kynan/nbstripout
    rev: 0.6.1
    rev: 0.7.1
    hooks:
    - id: nbstripout