Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.1](python-jsonschema/check-jsonschema@0.27.3...0.28.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent c1cb15c commit 81c7937
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.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ '--py37-plus' ]
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: isort
- 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 @@ -56,7 +56,7 @@ repos:
- id: blackdoc
additional_dependencies: [ 'black==24.3.0' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
Expand All @@ -66,7 +66,7 @@ repos:
- id: detect-secrets
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

0 comments on commit 81c7937

Please sign in to comment.