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/mxr/sync-pre-commit-deps: v0.0.2 → v0.0.3](pre-commit/sync-pre-commit-deps@v0.0.2...v0.0.3)
- [github.com/pypa/pip-audit: v2.7.3 → v2.8.0](pypa/pip-audit@v2.7.3...v2.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6)
- [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4)
- [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.0](pycontribs/mirrors-prettier@v3.4.2...v3.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 8454e15 commit e06e51d
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 @@ -19,7 +19,7 @@ repos:
hooks:
- id: check-pre-commit-ci-config
- repo: https://github.com/mxr/sync-pre-commit-deps
rev: v0.0.2
rev: v0.0.3
hooks:
- id: sync-pre-commit-deps
- repo: https://github.com/peterdemin/pip-compile-multi
Expand All @@ -28,7 +28,7 @@ repos:
- id: pip-compile-multi-verify
files: ^requirements/.*\.(in|txt)$
- repo: https://github.com/pypa/pip-audit
rev: v2.7.3
rev: v2.8.0
hooks:
- id: pip-audit
args: [
Expand All @@ -55,13 +55,13 @@ repos:
- id: pyupgrade
args: ['--keep-runtime-typing', '--py311-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.6
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
- id: ruff-format
- repo: https://github.com/PyCQA/pylint
rev: v3.3.3
rev: v3.3.4
hooks:
- id: pylint
args: [
Expand Down Expand Up @@ -124,7 +124,7 @@ repos:
- id: forbid-tabs
- id: remove-tabs
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.4.2
rev: v3.5.0
hooks:
- id: prettier
- repo: https://github.com/ducminh-phan/reformat-gherkin
Expand Down

0 comments on commit e06e51d

Please sign in to comment.