We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547c4b7 commit a720a54Copy full SHA for a720a54
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
hooks:
52
- id: check-no-native-http
53
name: Check for native HTTP calls
54
- entry: python ci/pre-commit/check_no_native_http.py
+ entry: python3 ci/pre-commit/check_no_native_http.py
55
language: system
56
files: ^src/snowflake/connector/.*\.py$
57
exclude: |
0 commit comments