Skip to content

Commit

Permalink
chore: update cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
wpk committed Aug 11, 2023
1 parent cb35a2c commit efbd9f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/wpk-nist-gov/cookiecutter-pypackage.git",
"commit": "1248acddb527d195e8ba9a4186f9d79010ecefa8",
"commit": "01087858ea4ef2e171da1d0e0b4a7570c95c05c9",
"checkout": "feature/nox",
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ development.

This create a development environment located at `.nox/dev`.

- Alternativley, you can create centrally located conda environmentment using
- Alternatively, you can create centrally located conda environmentment using
the command:

```bash
Expand Down Expand Up @@ -236,7 +236,7 @@ development.
```
Note that the pre-commit hooks will force the commit message to be in the
[conventional sytle][conventional-style]. To assist this, you may want to
[conventional style][conventional-style]. To assist this, you may want to
commit using [commitizen].
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ pip install [-e] --no-deps .
```

where options in brackets are options (for environment name, and editable
install, repectively).
install, respectively).

[github repo]: https://github.com/usnistgov/module-utilities
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ def get_target_path(
os.symlink(target_rel, link)


# # If want seperate env for updating/reporting version with setuptools-scm
# # If want separate env for updating/reporting version with setuptools-scm
# # We do this from dev environment.
# # ** version report/update
# @DEFAULT_SESSION_VENV
Expand Down
2 changes: 1 addition & 1 deletion tools/noxtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def session_install_envs_lock(
force_reinstall: bool = False,
install_package: bool = False,
) -> bool:
"""Install depedencies using conda-lock."""
"""Install dependencies using conda-lock."""

if session_skip_install(session):
return True
Expand Down

0 comments on commit efbd9f7

Please sign in to comment.