ci: pre-commit autoupdate [pre-commit.ci] (#119)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2023-07-17 16:29:29 -04:00
committed by GitHub
parent 9833d2f46f
commit b297ec1109

View File

@@ -20,12 +20,12 @@ ci:
exclude: '.*\.(css|js|svg)$'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.277'
rev: 'v0.0.278'
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --show-fixes]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter
- repo: https://github.com/econchick/interrogate