Upgrades all backend libraries and development tools/hooks to latest versions (#4305)

This commit is contained in:
Trenton H
2023-10-02 17:01:16 -07:00
committed by GitHub
parent fb1e288580
commit 71bf8eb332
3 changed files with 1122 additions and 1076 deletions

View File

@@ -37,11 +37,11 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.287'
rev: 'v0.0.291'
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.0
rev: 23.9.1
hooks:
- id: black
# Dockerfile hooks
@@ -57,6 +57,6 @@ repos:
args:
- "--tab"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.5"
rev: "v0.9.0.6"
hooks:
- id: shellcheck