From 645c13592c06f653fd6337194d20dddba8ae8bf2 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 25 Jun 2023 10:26:02 -0400 Subject: [PATCH] better py3 support w pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0eb2db49..c811a6eb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks