Skip to content

Commit

Permalink
Remove hdev
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 8, 2024
1 parent b323726 commit 66a3211
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter/includes/README/head.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if hits:
You can refresh the domain information with the following command:

```shell
hdev run update-data
bin/run/update_data.sh
```
5 changes: 0 additions & 5 deletions .cookiecutter/includes/pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if hits:
You can refresh the domain information with the following command:

```shell
hdev run update-data
bin/run/update_data.sh
```

## Setting up Your checkmatelib Development Environment
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,3 @@ module= [
"tests.*",
]
ignore_errors = true

[tool.hdev.run]
# Add custom commands accessible with `hdev run ...`

update-data.command="./bin/run/update_data.sh"
update-data.help="Download required data files for domain information"

0 comments on commit 66a3211

Please sign in to comment.