Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

repos:
- repo: https:/asottile/pyupgrade
rev: v3.15.0
rev: v3.18.0
hooks:
- id: pyupgrade
- repo: https:/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
- repo: https:/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https:/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -32,7 +32,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https:/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand All @@ -45,27 +45,27 @@ repos:
- id: isort
args: [--profile, black]
- repo: https:/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.12.1
hooks:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
additional_dependencies:
[types-setuptools, types-requests, types-python-dateutil]
- repo: https:/teemtee/tmt.git
rev: 1.31.0
rev: 1.37.0
hooks:
- id: tmt-lint
# linting of the reverse-dependency tests requires internet access
stages: [manual, push]
stages: [manual, pre-push]
- repo: https:/packit/pre-commit-hooks
rev: v1.2.0
hooks:
- id: check-rebase
args:
- https:/packit/specfile.git
stages: [manual, push]
stages: [manual, pre-push]
- repo: https:/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.29.4
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
Loading