Skip to content

Commit b0b6098

Browse files
authored
Merge pull request #43 from gridfm/patch-precommit
fix pre-commit
2 parents 77d25f7 + 971dc4e commit b0b6098

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "gridfm-datakit"
1313
description = "Data Generation Kit"
1414
readme = "README.md"
1515
license = "Apache-2.0"
16-
version = "1.0.2"
16+
version = "1.0.3"
1717
requires-python = ">=3.10,<3.13"
1818

1919
dependencies = [

0 commit comments

Comments
 (0)