Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 23, 2023
1 parent 2a70784 commit 1205197
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -12,7 +12,7 @@ repos:
- id: codespell

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.11.0
hooks:
- id: reorder-python-imports
args:
Expand All @@ -21,12 +21,12 @@ repos:
- from __future__ import annotations

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.291
hooks:
- id: ruff

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.12.0
hooks:
- id: pyupgrade
args:
Expand All @@ -40,7 +40,7 @@ repos:
- --py36-plus

- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black

Expand All @@ -50,6 +50,6 @@ repos:
- id: validate-pyproject

- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.325
rev: v1.1.328
hooks:
- id: pyright

0 comments on commit 1205197

Please sign in to comment.