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.1.8 → v0.6.7](astral-sh/ruff-pre-commit@v0.1.8...v0.6.7)
- [github.com/nim65s/pre-commit-sort: v0.1.0 → v0.4.0](nim65s/pre-commit-sort@v0.1.0...v0.4.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 23.12.0 → 24.8.0](psf/black@23.12.0...24.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 6213be4 commit 20a006a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ repos:
args:
- --filter-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.6.7
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/nim65s/pre-commit-sort
rev: v0.1.0
rev: v0.4.0
hooks:
- id: pre-commit-sort
- repo: https://github.com/pappasam/toml-sort
Expand All @@ -22,7 +22,7 @@ repos:
- id: toml-sort-fix
exclude: poetry.lock
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -40,6 +40,6 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 24.8.0
hooks:
- id: black

0 comments on commit 20a006a

Please sign in to comment.