Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Sep 10, 2024
1 parent 652ee6f commit 456ecab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@

repos:
- repo: https://github.com/fsfe/reuse-tool
rev: "v3.0.1"
rev: "v4.0.3"
hooks:
- id: reuse
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.12.1"
rev: "24.8.0"
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.14"
rev: "v0.6.4"
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
- "antsibull >= 0.60.0"
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.27.3"
rev: "0.29.2"
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand Down

0 comments on commit 456ecab

Please sign in to comment.