Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#177)
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/astral-sh/ruff-pre-commit: v0.7.2 →
v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/nbQA-dev/nbQA: 1.8.7 →
1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
- [github.com/kynan/nbstripout: 0.8.0 →
0.8.1](kynan/nbstripout@0.8.0...0.8.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 2, 2024
2 parents 7d4eb9b + fac9c06 commit 5fd1db7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: check-yaml
args: [ '--allow-multiple-documents' ]
- 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 @@ -41,7 +41,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: [ '--fix' ]
Expand All @@ -53,7 +53,7 @@ repos:
additional_dependencies: [ 'flake8-rst-docstrings==0.3.0' ]
args: [ '--config=.flake8' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
Expand All @@ -69,7 +69,7 @@ repos:
additional_dependencies: [ 'black==24.10.0' ]
- id: blackdoc-autoupdate-black
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
files: '.ipynb'
Expand All @@ -85,7 +85,7 @@ repos:
- id: numpydoc-validation
exclude: ^docs/|^tests/
- 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 5fd1db7

Please sign in to comment.