Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Mar 13, 2024
1 parent cce4c16 commit 19d8740
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 @@ -20,8 +20,8 @@ repos:
- --add-import
- from __future__ import annotations

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -46,6 +46,6 @@ repos:
- id: validate-pyproject

- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.350
rev: v1.1.353
hooks:
- id: pyright

0 comments on commit 19d8740

Please sign in to comment.