Skip to content

Commit

Permalink
Enable Dependabot updates to Poetry, fix tests and docs build (#6)
Browse files Browse the repository at this point in the history
* initial migration

Co-Authored-By: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com>

* linting and test shifting

* updates for docs

* updates and linting

* reduce environment and other references

* readd pypi stuff

* add link to pypi badge

* activate uncovered test

* remove poe steps and dep

* Enable Dependabot updates to Poetry lockfile

* add missing ignored data for tests

* linting for pyproject.toml file

* add docs build fix

---------

Co-authored-by: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com>
  • Loading branch information
d33bs and jenna-tomkinson authored Oct 30, 2024
1 parent 9791036 commit c35b06c
Show file tree
Hide file tree
Showing 41 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ updates:
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

# Perform checks and updates for python poetry environment.
# See here for more information:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pip-and-pip-compile
- package-ecosystem: "pip"
directory: "/"
schedule:
# Check for updates to poetry lockfile every week
interval: "weekly"
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_multiversion",
"sphinx_wagtail_theme",
"pydata_sphinx_theme",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ omit = [

[tool.bandit]
exclude_dirs = [ "tests" ]

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c35b06c

Please sign in to comment.