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.3.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.3.7...v0.4.8)
- [github.com/nim65s/pre-commit-sort: v0.1.0 → v0.2.0](nim65s/pre-commit-sort@v0.1.0...v0.2.0)
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent e2c5ad3 commit f5ff665
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 @@ -10,14 +10,14 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.8
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- repo: https://github.com/nim65s/pre-commit-sort
rev: v0.1.0
rev: v0.2.0
hooks:
- id: pre-commit-sort
- repo: https://github.com/pappasam/toml-sort
Expand All @@ -44,7 +44,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
Expand Down

0 comments on commit f5ff665

Please sign in to comment.