Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#522)
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/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/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 6, 2024
2 parents cef3d48 + 7e78662 commit 7d274ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: [ '--py39-plus' ]
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args: [ '--config=.flake8' ]
Expand All @@ -47,7 +47,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
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.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 7d274ab

Please sign in to comment.