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.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.7.4...v0.9.4)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/SINTEF/ci-cd: v2.8.3 → v2.9.0](SINTEF/ci-cd@v2.8.3...v2.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 0a73599 commit e31832a
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 @@ -34,15 +34,15 @@ repos:
# the language
# It works on files in-place
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus, --keep-runtime-typing]

# Black is a code style and formatter
# It works on files in-place
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

Expand All @@ -51,7 +51,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.7.4
rev: v0.9.4
hooks:
- id: ruff
# Fix what can be fixed in-place and exit with non-zero status if files were
Expand All @@ -66,7 +66,7 @@ repos:
# More information can be found in its documentation:
# https://bandit.readthedocs.io/en/latest/
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.2
hooks:
- id: bandit
args: ["-r"]
Expand All @@ -78,7 +78,7 @@ repos:
# The project's documentation can be found at:
# https://mypy.readthedocs.io/en/stable/index.html
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
exclude: ^tests/.*$
Expand All @@ -91,7 +91,7 @@ repos:
# More information can be found in its documentation:
# https://SINTEF.github.io/ci-cd/
- repo: https://github.com/SINTEF/ci-cd
rev: v2.8.3
rev: v2.9.0
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit e31832a

Please sign in to comment.