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/python-poetry/poetry: 1.8.4 → 1.8.0](python-poetry/poetry@1.8.4...1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 294cc50 commit 161ddb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -45,7 +45,7 @@ repos:
- id: trailing-whitespace
types: [ python ]
- repo: https://github.com/python-poetry/poetry
rev: '1.8.4' # add version here
rev: '1.8.0' # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
Expand All @@ -55,7 +55,7 @@ repos:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.7.1'
rev: 'v0.7.2'
hooks:
- id: ruff
args: [ '--fix', '--exit-zero' ]
Expand Down

0 comments on commit 161ddb3

Please sign in to comment.