Skip to content

Commit

Permalink
Merge pull request #4 from ocefpaf/codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf authored Jun 8, 2020
2 parents c01dd91 + aad0f1a commit a379409
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ repos:
- id: mypy
exclude: docs/source/conf.py
args: [--ignore-missing-imports]

- repo: https://github.com/codespell-project/codespell
rev: v1.16.0
hooks:
- id: codespell
args:
- --quiet-level=2
4 changes: 2 additions & 2 deletions docs/source/how2package4ioos.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The metadata and options fields are almost the same information that used to go
In addition to the metadata we can use this file to write the configuration for
`flake8`, `check-manifest` and other tools.
We strongly recommend adding a `check-manifest` test to avoid shipping broken tarballs.
See more on tarball checks in teh #travis-yaml section.
See more on tarball checks in the #travis-yaml section.

Note: `flake8` can be handled exclusively via #pre-commit-hooks.

Expand Down Expand Up @@ -316,7 +316,7 @@ script:
```
This configuration sets a test matrix with multiple python versions, tarball tests, coding standards, and documentation builds.
The conda environment for the tests is crated using the same requirement files as one would fo with `pip` and the install section performs a simple `pip` installation to ensure everything works as expected on a user machine.
The conda environment for the tests is created using the same requirement files as one would of with `pip` and the install section performs a simple `pip` installation to ensure everything works as expected on a user machine.

The test section will run all the items in the matrix if the conditions are met. Note that the documentation section will also build for latest version, development, and the tagged version.

Expand Down

0 comments on commit a379409

Please sign in to comment.