Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#377)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.15.0 →
v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 →
v0.3.5](astral-sh/ruff-pre-commit@v0.1.14...v0.3.5)
- [github.com/adrienverge/yamllint.git: v1.33.0 →
v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/nbQA-dev/nbQA: 1.7.1 →
1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
- [github.com/kynan/nbstripout: 0.6.1 →
0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 →
0.28.1](python-jsonschema/check-jsonschema@0.27.3...0.28.1)
<!--pre-commit.ci end-->
  • Loading branch information
aulemahal authored Apr 11, 2024
2 parents 2d59fd6 + 81e40e3 commit 09eca9c
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 239 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ '--py39-plus' ]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
- id: isort
exclude: ^docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.3.5
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
Expand All @@ -64,12 +64,12 @@ repos:
additional_dependencies: [ 'black==24.3.0' ]
exclude: config.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
Expand All @@ -80,7 +80,7 @@ repos:
- id: nbqa-isort
additional_dependencies: [ 'isort==5.13.2' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
files: ".ipynb"
Expand All @@ -92,7 +92,7 @@ repos:
exclude: .cruft.json|docs/notebooks
args: [ '--baseline=.secrets.baseline' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down
Loading

0 comments on commit 09eca9c

Please sign in to comment.