Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#545)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pappasam/toml-sort: v0.23.1 →
v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/nbQA-dev/nbQA: 1.8.7 →
1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 →
0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Dec 3, 2024
2 parents 5228b4c + 962e435 commit fadacbd
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 @@ -22,7 +22,7 @@ repos:
args: [ '--autofix', '--no-ensure-ascii', '--no-sort-keys', '--indent=2' ]
exclude: .ipynb
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
Expand All @@ -72,7 +72,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit fadacbd

Please sign in to comment.