Skip to content

Commit a720a54

Browse files
committed
Use python3 for check-no-native-http
1 parent 547c4b7 commit a720a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: check-no-native-http
5353
name: Check for native HTTP calls
54-
entry: python ci/pre-commit/check_no_native_http.py
54+
entry: python3 ci/pre-commit/check_no_native_http.py
5555
language: system
5656
files: ^src/snowflake/connector/.*\.py$
5757
exclude: |

0 commit comments

Comments
 (0)