Skip to content

Commit

Permalink
refactor: move functions to classes (#110)
Browse files Browse the repository at this point in the history
* chore: update version number to 1.5.0

* docs: add REQUIREMENTS document

* doc: create user documentation

* docs: add license to documentation

* chore: add workflow to update AUTHORS file

* docs: split up usage.rst

* docs: clean up README

* chore: add COVERAGE_FILE env variable

* chore: add conf.py to files for version update

* docs: add link to RTD in the README

* chore: update pyproject.toml dependencies

* fix: AttributeError when no config file exists

* test: update tests for _format_code now in class

* test: update tests for _do_format_docstring now in class
  • Loading branch information
weibullguy committed Aug 19, 2022
1 parent c90a870 commit 3ebb8f0
Show file tree
Hide file tree
Showing 7 changed files with 1,401 additions and 577 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/do-update-authors.yml
Expand Up @@ -40,6 +40,7 @@ jobs:
"pre-commit-ci",
"github-action",
"GitHub Actions",
"Sourcery AI",
)
authors = [
author
Expand All @@ -51,9 +52,7 @@ jobs:
file_head = (
".. This file is automatically generated/updated by a github actions workflow.\n"
".. Every manual change will be overwritten on push to main.\n"
".. You can find it here: ``.github/workflows/update-authors.yaml``\n"
".. For more information see "
"`https://github.com/rstcheck/rstcheck/graphs/contributors`\n\n"
".. You can find it here: ``.github/workflows/do-update-authors.yaml``\n\n"
"Author\n"
"------\n"
"Steven Myint <git@stevenmyint.com>\n\n"
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.rst
Expand Up @@ -27,7 +27,7 @@ Additional contributions by (sorted by name)
- Paul Angerer <48882462+etimoz@users.noreply.github.com>
- Peter Boothe <pboothe@pboothe2.nyc.corp.google.com>
- Sho Iwamoto <sho.iwamoto@pd.infn.it>
- Sourcery AI <>
- Swen Kooij <swenkooij@gmail.com>
- happlebao <c.x.bao@student.ucc.ie>
- serhiy-yevtushenko <syevtushenko@gmail.com>

0 comments on commit 3ebb8f0

Please sign in to comment.