Upgrade ruff to v0.4.6, pre-commit-hooks to v4.6.0

This commit is contained in:
boxydog 2024-05-30 10:49:57 -05:00
commit 800f22b3ba

View file

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
@ -14,7 +14,7 @@ repos:
- id: forbid-new-submodules
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
rev: v0.4.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]