Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#271)
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](v2.7.4...v2.8.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 30, 2024
1 parent 058b60e commit 5808925
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 @@ -25,7 +25,7 @@ repos:
- repo: https://github.com/asottile/pyupgrade
# Latest version for Python 3.7: 3.3.2
# Latest version for Python 3.8: 3.8.0
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -42,7 +42,7 @@ repos:
# More information can be found in its documentation:
# https://docs.astral.sh/ruff/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
# Fix what can be fixed in-place and exit with non-zero status if files were
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
- id: mypy

- 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 5808925

Please sign in to comment.