File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ repos:
2323- repo : https://github.com/ibm/detect-secrets
2424 rev : 0.13.1+ibm.64.dss
2525 hooks :
26- - id : detect-secrets # pragma: whitelist secret
26+ - id : detect-secrets # pragma: whitelist secret
27+ additional_dependencies :
28+ - boxsdk<4 # https://github.com/IBM/detect-secrets/issues/173
29+ - chardet<7 # https://github.com/IBM/detect-secrets/issues/182
2730 # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
2831 # You may also run `pre-commit run detect-secrets` to preview the scan result.
2932 # when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
3033 # when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
3134 # add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
32- args : [--baseline, .secrets.baseline, --use-all-plugins]
35+ args : [--baseline, .secrets.baseline, --use-all-plugins]
Original file line number Diff line number Diff line change 1-
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "gridfm-datakit"
1313description = " Data Generation Kit"
1414readme = " README.md"
1515license = " Apache-2.0"
16- version = " 1.0.2 "
16+ version = " 1.0.3 "
1717requires-python = " >=3.10,<3.13"
1818
1919dependencies = [
You can’t perform that action at this time.
0 commit comments