Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#142)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.16.0 →
v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 →
v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)
- [github.com/pycqa/flake8: 7.1.0 →
7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/nbQA-dev/nbQA: 1.8.5 →
1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7)
- [github.com/numpy/numpydoc: v1.7.0 →
v1.8.0rc2](numpy/numpydoc@v1.7.0...v1.8.0rc2)
- [github.com/python-jsonschema/check-jsonschema: 0.28.6 →
0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Aug 5, 2024
2 parents c8c89b8 + 95fce41 commit 771788a
Showing 1 changed file with 6 additions and 6 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.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [ '--py38-plus' ]
Expand Down Expand Up @@ -41,19 +41,19 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.6
hooks:
- id: ruff
args: [ '--fix' ]
# - id: ruff-format
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [ 'flake8-rst-docstrings' ]
args: [ '--config=.flake8' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-pyupgrade
args: [ '--py38-plus' ]
Expand All @@ -79,12 +79,12 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/numpy/numpydoc
rev: v1.7.0
rev: v1.8.0rc2
hooks:
- id: numpydoc-validation
exclude: ^docs/|^tests/
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 771788a

Please sign in to comment.