Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.2...0.2.3)
- [github.com/psf/black: 22.6.0 → 24.1.1](psf/black@22.6.0...24.1.1)
- [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/sirosen/check-jsonschema: 0.17.1 → 0.28.0](python-jsonschema/check-jsonschema@0.17.1...0.28.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 7176296 commit b6f0499
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.2
rev: 0.2.3
hooks:
- id: yamlfmt

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.1.1
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
args: [--count, --show-source, --statistics, --max-line-length=90]
Expand All @@ -30,13 +30,13 @@ repos:
exclude: widget_bandsplot/__init__.py

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black, --filter-files]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.17.1
rev: 0.28.0
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand Down

0 comments on commit b6f0499

Please sign in to comment.