Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed May 3, 2019
1 parent 965ff04 commit 90045b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Style
We follow PEP8 with the exception of maximum line length set to 120. We
use `numpy` style docstrings with the exception of ommitting argument
types in the docstrings in favour of type hint in function and class
types in the docstrings in favour of type hints in function and class
signatures. We use `mypy` to typecheck code with exceptions for
libraries with missing stubs specified in `setup.cfg`.

## Pull requests
Before a PR is accepted, CircleCI builds must pass. We use `flake8` for
Before a PR is accepted, TravisCI builds must pass. We use `flake8` for
linting (with exceptions to PEP8 described in `setup.cfg` and `pytest`
for testing. We use `sphinx` for building documentation.
for testing. We use `sphinx` for building documentation.

0 comments on commit 90045b2

Please sign in to comment.