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 #483

Merged
merged 1 commit into from
Oct 22, 2024
Merged
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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ci:
default_language_version:
python: "3.9"
default_stages:
- commit
- pre-commit
exclude: |
(?x)^(
| poetry\.lock
Expand Down Expand Up @@ -92,7 +92,7 @@ repos:
'git status --porcelain changelog | grep "??" && exit 1 || exit 0'
language: system
stages:
- commit
- pre-commit
- id: commit-fix
name: Test Fix
entry: poetry run python scripts/commit_fix.py
Expand All @@ -111,7 +111,7 @@ repos:
language: system
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -176,7 +176,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/pre-commit
rev: "v3.8.0"
rev: "v4.0.1"
hooks:
- id: validate_manifest
- repo: https://github.com/siderolabs/conform
Expand All @@ -191,7 +191,7 @@ repos:
- "--recursive"
- "-lll"
- repo: https://github.com/asottile/pyupgrade
rev: "v3.17.0"
rev: "v3.18.0"
hooks:
- id: pyupgrade
args:
Expand All @@ -211,7 +211,7 @@ repos:
args:
- "--config-data={rules: {line-length: {max: 79}}}"
- repo: https://github.com/psf/black
rev: "24.8.0"
rev: "24.10.0"
hooks:
- id: black
additional_dependencies:
Expand Down Expand Up @@ -243,7 +243,7 @@ repos:
hooks:
- id: editorconfig-checker
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.2"
rev: "v1.12.1"
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12]
Loading