Skip to content

Commit

Permalink
build: copier-auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jul 6, 2024
1 parent 39e89fc commit 5aff3dc
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
# Check into version control.
_commit: 2.0.1
_commit: 2.0.2
_src_path: gh:KyleKing/calcipy_template
author_email: [email protected]
author_name: Kyle King
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
exclude: poetry\.lock
stages: ["pre-commit"]
- repo: https://github.com/KyleKing/calcipy
rev: 4.0.0rc2
rev: 4.0.0
hooks:
- id: copier-forbidden-files
- id: lint-fix
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.1.3rc0 (2024-07-05)

### Fix

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ poetry config pypi-token.pypi ...
| `copier_template_tester/main.py` | 30 | 4 | 20 | 86.7% |
| **Totals** | 150 | 4 | 64 | 95.5% |

Generated on: 2024-07-05
Generated on: 2024-07-06
<!-- {cte} -->
160 changes: 122 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ version = "2.1.3rc0"
[tool.poetry.dependencies]
python = "^3.10.5"
copier = ">=9.2.0"
corallium = ">=2.0.0"
corallium = ">=2.0.1"

[tool.poetry.group.dev.dependencies]
calcipy = {extras = ["doc", "lint", "nox", "stale", "tags", "test", "types"], version = ">=4.0.0rc2"}
calcipy = {extras = ["doc", "lint", "nox", "stale", "tags", "test", "types"], version = ">=4.0.0"}
pytest-shell-utilities = ">=1.7.0"
types-pyyaml = ">=6.0.12.9"
types-setuptools = ">=67.6.0.8"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .configuration import TEST_TMP_CACHE, clear_test_cache


@pytest.fixture()
@pytest.fixture
def fix_test_cache() -> Path:
"""Fixture to clear and return the test cache directory for use.
Expand Down

0 comments on commit 5aff3dc

Please sign in to comment.