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 35c03cc commit 01b77fcCopy full SHA for 01b77fc
.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: |
@@ -62,7 +62,7 @@ repos:
62
args: [--show-fixes]
63
- id: check-optional-imports
64
name: Check for direct imports of modules which might be unavailable
65
- entry: python ci/pre-commit/check_optional_imports.py
+ entry: python3 ci/pre-commit/check_optional_imports.py
66
67
68
exclude: src/snowflake/connector/options.py
0 commit comments