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/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent e956b0f commit 233c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- "flake8-bugbear==24.8.19"

- repo: "https://github.com/editorconfig-checker/editorconfig-checker.python"
rev: "2.7.3"
rev: "3.0.3"
hooks:
- id: "editorconfig-checker"
# The README contains YAML samples indented with 2 spaces.
Expand All @@ -66,7 +66,7 @@ repos:
pass_filenames: false

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.29.1"
rev: "0.29.2"
hooks:
- id: "check-github-workflows"
- id: "check-dependabot"
Expand Down

0 comments on commit 233c57a

Please sign in to comment.