Skip to content

Commit

Permalink
Perform cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Jun 3, 2024
1 parent edddc1c commit da13edf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "http://github.com/allenporter/cookiecutter-python",
"commit": "fd77e07506da36d1a1e1165363026ddef564bc1a",
"commit": "a3a4a64bf363d94f66e39c3fce1cb9779ebea3a3",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cruft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update repository with Cruft
permissions:
contents: write
pull-requests: write
actions: write
on:
schedule:
- cron: "0 0 * * *"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.mypy]
plugins = "pydantic.mypy"
exclude = [
"setup.py",
"venv/",
"tests/",
]
Expand Down

0 comments on commit da13edf

Please sign in to comment.