forked from andreoliwa/nitpick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: slightly increase coverage, use Fuss classes (andreoliwa#301)
* test: check, apply, assert violations, all in the same helper method * test: some more flake8() and API calls * test: keep non-breaking space needed by some tests * test: violations and missing coverage lines * docs: improve contribution guidelines * docs: to install hooks / open HTML indexes with Invoke * refactor: use Python 3.6 type annotations
- Loading branch information
1 parent
41420fc
commit a8846e2
Showing
26 changed files
with
767 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.. include:: targets.rst | ||
|
||
.. include:: ../CONTRIBUTING.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
.. _nitpick-style.toml: | ||
.. _default style file: https://raw.githubusercontent.com/andreoliwa/nitpick/v0.24.1/nitpick-style.toml | ||
|
||
.. _Bash: https://www.gnu.org/software/bash/ | ||
.. _black: https://github.com/psf/black | ||
.. _commitlint: https://commitlint.js.org/ | ||
.. _default style file: https://raw.githubusercontent.com/andreoliwa/nitpick/v0.24.1/nitpick-style.toml | ||
.. _Django: https://www.djangoproject.com | ||
.. _flake8: https://gitlab.com/pycqa/flake8/ | ||
.. _Flask CLI: https://flask.palletsprojects.com/en/1.1.x/cli/ | ||
.. _Invoke: https://github.com/pyinvoke/invoke | ||
.. _IPython: https://ipython.org | ||
.. _isort: https://github.com/PyCQA/isort/ | ||
.. _mypy: https://github.com/python/mypy/ | ||
.. _nitpick-style.toml: | ||
.. _Nitpick: https://github.com/andreoliwa/nitpick/ | ||
.. _package.json: https://docs.npmjs.com/files/package.json | ||
.. _Pipenv: https://github.com/pypa/pipenv/ | ||
.. _pipx: https://github.com/pipxproject/pipx | ||
.. _Poetry: https://github.com/python-poetry/poetry/ | ||
.. _pre-commit: https://pre-commit.com/ | ||
.. _Pylint: https://www.pylint.org | ||
.. _TOML: https://github.com/toml-lang/toml | ||
.. _IPython: https://ipython.org | ||
.. _package.json: https://docs.npmjs.com/files/package.json | ||
.. _Bash: https://www.gnu.org/software/bash/ | ||
.. _commitlint: https://commitlint.js.org/ | ||
.. _pytest: https://pytest.org/ | ||
.. _pyproject-toml-poetry: https://github.com/python-poetry/poetry/blob/master/docs/docs/pyproject.md | ||
.. _pytest: https://pytest.org/ | ||
.. _TOML: https://github.com/toml-lang/toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.