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/astral-sh/ruff-pre-commit: v0.6.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.3...v0.8.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 08fbb8f commit 72efeb8
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 @@ -3,22 +3,22 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.3'
rev: 'v0.8.1'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]

- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 1.1.0
rev: 1.2.0
hooks:
- id: sync_with_poetry

0 comments on commit 72efeb8

Please sign in to comment.