Update pre-commit hooks. (#274)

This commit is contained in:
github-actions[bot]
2023-05-01 18:57:06 +02:00
committed by GitHub
parent 546ed765a3
commit cdc281396f
+2 -2
View File
@@ -3,7 +3,7 @@
repos: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.3.1 rev: v3.3.2
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py38-plus"] args: ["--py38-plus"]
@@ -15,7 +15,7 @@ repos:
args: ["--target-version", "3.2"] args: ["--target-version", "3.2"]
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262 rev: v0.0.263
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]