We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8546926 commit bc810b6Copy full SHA for bc810b6
2 files changed
.pre-commit-config.yaml
@@ -7,3 +7,12 @@ repos:
7
entry: "pre-commit-scripts/runner.sh"
8
language: script
9
stages: ["pre-commit", "pre-push"]
10
+ - repo: local
11
+ hooks:
12
+ - id: post-commit
13
+ name: Post Commit
14
+ description: Run post-commit scripts.
15
+ entry: "post-commit-scripts/runner.sh"
16
+ language: script
17
+ stages: ["post-commit"]
18
+ always_run: true
py-sdk/inference_logging_client/pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
]
29
30
dependencies = [
31
- "pyspark>=3.3.0",
+ "pyspark==3.3.0",
32
"pyarrow>=5.0.0",
33
"zstandard>=0.15.0",
34
0 commit comments