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/psf/black: 23.12.1 → 24.8.0](psf/black@23.12.1...24.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/sirosen/check-jsonschema: 0.27.3 → 0.29.1](python-jsonschema/check-jsonschema@0.27.3...0.29.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 4915fc8 commit 58f5b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand All @@ -16,7 +16,7 @@ repos:
args: [--profile=black]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: check-case-conflict
Expand All @@ -32,7 +32,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.3
rev: 0.29.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
Expand Down

0 comments on commit 58f5b01

Please sign in to comment.