Skip to content

Commit

Permalink
fix: updated pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 24, 2023
1 parent fadcddf commit 5697399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ autoupdate: false

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade

Expand All @@ -24,17 +24,17 @@ repos:
args: [--in-place]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
args: [--line-length, "88"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.1.1
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy

0 comments on commit 5697399

Please sign in to comment.