Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
hooks:
- id: check-no-native-http
name: Check for native HTTP calls
entry: python ci/pre-commit/check_no_native_http.py
entry: python3 ci/pre-commit/check_no_native_http.py
language: system
files: ^src/snowflake/connector/.*\.py$
exclude: |
Expand All @@ -62,7 +62,7 @@ repos:
args: [--show-fixes]
- id: check-optional-imports
name: Check for direct imports of modules which might be unavailable
entry: python ci/pre-commit/check_optional_imports.py
entry: python3 ci/pre-commit/check_optional_imports.py
language: system
files: ^src/snowflake/connector/.*\.py$
exclude: src/snowflake/connector/options.py
Expand Down
Loading