Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Oct 18, 2023
1 parent 568bdf4 commit cd69a99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.11.0
rev: v3.12.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.292
rev: v0.1.0
hooks:
- id: ruff

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

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

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.14
rev: v0.15
hooks:
- id: validate-pyproject

- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.329
rev: v1.1.332
hooks:
- id: pyright

0 comments on commit cd69a99

Please sign in to comment.