Merge pull request #1795 from pypa/pre-commit-ci-update-config

This commit is contained in:
Joe Rickerby
2024-03-19 18:55:38 +00:00
committed by GitHub
+2 -2
View File
@@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
additional_dependencies: *mypy-dependencies
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck