Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.1](rbubley/mirrors-prettier@v3.3.3...v3.4.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 3, 2024
1 parent ba30d90 commit 3a5799d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand All @@ -15,7 +15,7 @@ repos:
- id: codespell
additional_dependencies: ["tomli>=2.0.1"]
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
rev: "v3.4.1"
hooks:
- id: prettier
name: Prettier
Expand Down
20 changes: 10 additions & 10 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- id: tox-toml-fmt
name: tox-toml-fmt
description: ''
entry: tox-toml-fmt
language: python
'files': (^|/)tox\.toml$
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: '0'
- id: tox-toml-fmt
name: tox-toml-fmt
description: ""
entry: tox-toml-fmt
language: python
"files": (^|/)tox\.toml$
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: "0"

0 comments on commit 3a5799d

Please sign in to comment.