Skip to content

Commit

Permalink
Automatic update to NengoBones ded79c3
Browse files Browse the repository at this point in the history
ded79c3 - Remove reference to style guide from CONTRIBUTING
a9a4cab - Remove pip 2020-resolver flag
125d464 - Remove style guide and policies
  • Loading branch information
NengoBones committed Mar 8, 2021
1 parent 1ee302b commit ab07757
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:
- SCRIPT="test"
- TEST_ARGS=""
- BRANCH_NAME="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
- PIP_USE_FEATURE="2020-resolver"
- TF_VERSION="tensorflow"

jobs:
Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ If you want to fix a bug or add a feature to KerasLMU,
we welcome pull requests.
Ensure that you fill out all sections of the pull request template,
deleting the comments as you go.
We check most aspects of code style automatically.
Please refer to our
`code style guide <https://www.nengo.ai/nengo-bones/style.html>`_
for things that we check manually.

Contributor agreement
=====================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ reports = no
score = no

[codespell]
skip = ./build,*/_build,*-checkpoint.ipynb,./.eggs,./.git,*/_vendor,
skip = ./build,*/_build,*-checkpoint.ipynb,./.eggs,./*.egg-info,./.git,*/_vendor,./.mypy_cache,

0 comments on commit ab07757

Please sign in to comment.