Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 2, 2024
1 parent d34753c commit 2a9678c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -21,7 +21,7 @@ repos:
- from __future__ import annotations

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args:
Expand All @@ -40,7 +40,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black

Expand All @@ -50,6 +50,6 @@ repos:
- id: autoflake

- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.354
rev: v1.1.361
hooks:
- id: pyright

0 comments on commit 2a9678c

Please sign in to comment.