Upgrades dependencies to their latest allowed versions

This commit is contained in:
Trenton H
2023-05-09 11:30:32 -07:00
parent e5973ef713
commit 22cbfd473b
4 changed files with 944 additions and 877 deletions

View File

@@ -27,7 +27,7 @@ repos:
- id: check-case-conflict
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: 'v2.7.1'
hooks:
- id: prettier
types_or:
@@ -37,7 +37,7 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.263'
rev: 'v0.0.265'
hooks:
- id: ruff
- repo: https://github.com/psf/black