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/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/teemtee/tmt.git: 1.41.0 → 1.42.0](https://github.com/teemtee/tmt.git/compare/1.41.0...1.42.0)
- [github.com/packit/requre: 0.8.4 → 0.9.0](packit/requre@0.8.4...0.9.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6)
- [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent 4a3d53f commit 2f68f76
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 @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -26,14 +26,14 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-setuptools, types-requests, types-Deprecated]
- repo: https://github.com/teemtee/tmt.git
rev: 1.41.0
rev: 1.42.0
hooks:
- id: tmt-lint
# Do not run in pre-commit.ci as it requires an internet access
Expand All @@ -49,19 +49,19 @@ repos:
# to verify the rebasing
stages: [manual, pre-push]
- repo: https://github.com/packit/requre
rev: 0.8.4
rev: 0.9.0
hooks:
- id: requre-purge
# Do not run in pre-commit.ci as it requires too much time
stages: [manual, pre-push]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.2
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 2f68f76

Please sign in to comment.