Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Feb 7, 2024
1 parent 718b966 commit 46eabea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ repos:
entry: "pwsh -Command python .tools/scripts/local_dev_configs.py"
files: |
(?x)^(
pyproject.toml
.tools/scripts/local_dev_configs.py
pyproject\.toml
|\.tools/scripts/local_dev_configs.py
)$
- id: "synchronize-params"
name: "synchronize-params"
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
files: |
(?x)^(
pyproject\.toml
src/.*
|src/.*
|tests/.*
|\.tools/requirements/.*
)$
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,17 @@ Home = "https://github.com/blakeNaccarato/boilercv"
Tracker = "https://github.com/blakeNaccarato/boilercv/issues"

[tool.fawltydeps]
deps = ["pyproject.toml"]
code = ["src"]
# * ---------------------------------------------------------------------------------- *
ignore_unused = [
"nbdime", # boilercv.stages.generate_experiment_docs.different
"pyarrow", # boilercv.init: pd.set_option("mode.string_storage", "pyarrow")
]
[tool.fawltydeps.custom_mapping]
boilercore = ["boilercore"]
ipykernel = ["IPython"]
boilercore = ["boilercore"]
# * ---------------------------------------------------------------------------------- *

[tool.pytest.ini_options]
addopts = '''
Expand Down

0 comments on commit 46eabea

Please sign in to comment.