From ab0775791aa73f9d22780539594ef4bd7de0be25 Mon Sep 17 00:00:00 2001 From: NengoBones Date: Mon, 8 Mar 2021 14:20:00 +0000 Subject: [PATCH] Automatic update to NengoBones ded79c3 ded79c3 - Remove reference to style guide from CONTRIBUTING a9a4cab - Remove pip 2020-resolver flag 125d464 - Remove style guide and policies --- .travis.yml | 1 - CONTRIBUTING.rst | 4 ---- setup.cfg | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cdefce4..c39755b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 61536332..a0145cd2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `_ -for things that we check manually. Contributor agreement ===================== diff --git a/setup.cfg b/setup.cfg index dd7fb202..a9395c39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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,