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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.1.7...v0.6.9)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.11.2](pre-commit/mirrors-mypy@v1.7.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 74d9cab commit 6dbffa6
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 @@ -2,7 +2,7 @@
#ci:
# skip: [qmlformat, qmllint]
default_install_hook_types: [ commit-msg, pre-commit ]
default_stages: [ commit, manual ]
default_stages: [ pre-commit, manual ]
fail_fast: true
repos:
- repo: meta
Expand All @@ -18,7 +18,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -45,7 +45,7 @@ repos:
- id: trailing-whitespace
types: [ python ]
- repo: https://github.com/python-poetry/poetry
rev: '1.7.0' # add version here
rev: '1.8.0' # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
Expand All @@ -55,13 +55,13 @@ repos:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.7'
rev: 'v0.6.9'
hooks:
- id: ruff
args: [ '--fix', '--exit-zero' ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.7.1' # Use the sha / tag you want to point at
rev: 'v1.11.2' # Use the sha / tag you want to point at
hooks:
- id: mypy
# - repo: local
Expand Down

0 comments on commit 6dbffa6

Please sign in to comment.