Update pre-commit hooks. (#285)

This commit is contained in:
github-actions[bot]
2023-06-14 23:17:40 +02:00
committed by GitHub
parent f7be7cafb3
commit fd908cbbed
+2 -2
View File
@@ -3,7 +3,7 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.6.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
@@ -15,7 +15,7 @@ repos:
args: ["--target-version", "3.2"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.265
rev: v0.0.272
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]