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/charliermarsh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](abravalheri/validate-pyproject@v0.20.2...v0.22)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 64f57ba commit 669e287
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 @@ -32,7 +32,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.6.9
rev: v0.7.2
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
Expand Down Expand Up @@ -69,14 +69,14 @@ repos:
- '--disable=no-name-in-module'
- '--disable=import-error'
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
types_or: [cython, python]
args:
- '--py38-plus'
- '--keep-runtime-typing'
- repo: 'https://github.com/abravalheri/validate-pyproject'
rev: v0.20.2
rev: v0.22
hooks:
- id: validate-pyproject

0 comments on commit 669e287

Please sign in to comment.