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.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
- [github.com/SINTEF/ci-cd: v2.7.4 → v2.8.0](SINTEF/ci-cd@v2.7.4...v2.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent a068f07 commit 494f23e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py39-plus, --keep-runtime-typing]
Expand All @@ -49,7 +49,7 @@ repos:
additional_dependencies: [black]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
Expand All @@ -71,7 +71,7 @@ repos:
- "pydantic>=2,<3"

- repo: https://github.com/SINTEF/ci-cd
rev: v2.7.4
rev: v2.8.0
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit 494f23e

Please sign in to comment.