Updates to celery 5.3.0 in particular, other minor updates

This commit is contained in:
Trenton H 2023-06-06 09:37:48 -07:00
parent 9b50a1b7a6
commit 5740806a28
2 changed files with 431 additions and 422 deletions

View File

@ -37,7 +37,7 @@ repos:
exclude: "(^Pipfile\\.lock$)" exclude: "(^Pipfile\\.lock$)"
# Python hooks # Python hooks
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.265' rev: 'v0.0.272'
hooks: hooks:
- id: ruff - id: ruff
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
@ -57,6 +57,6 @@ repos:
args: args:
- "--tab" - "--tab"
- repo: https://github.com/shellcheck-py/shellcheck-py - repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.2" rev: "v0.9.0.5"
hooks: hooks:
- id: shellcheck - id: shellcheck

849
Pipfile.lock generated

File diff suppressed because it is too large Load Diff