Skip to content

Commit 49b2faa

Browse files
authored
Merge pull request #139 from twsl/copier/update
2 parents d9a24d4 + f807d07 commit 49b2faa

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.2.0-136-g43cd98d
2+
_commit: v0.2.0-139-g0a16bd6
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: [email protected]
55
author_username: twsl

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
args: [--fix, -v]
6565

6666
- repo: https://github.com/RobertCraigie/pyright-python
67-
rev: v1.1.401
67+
rev: v1.1.402
6868
hooks:
6969
- id: pyright
7070
args: [--verbose, --project=.]

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ line-profiler = "^4.2.0"
6363
ruff = "^0.11.13"
6464
bandit = "^1.8.3"
6565
pre-commit = "^4.2.0"
66-
pyright = "^1.1.401"
66+
pyright = "^1.1.402"
6767
vulture = "^2.14"
6868
copier = "^9.7.1"
6969
ipykernel = "^6.29.5"
@@ -86,7 +86,7 @@ mkdocs = "^1.6.1"
8686
mkdocs-material = "^9.6.14"
8787
mkdocs-git-revision-date-localized-plugin = "^1.4.7"
8888
mkdocs-awesome-pages-plugin = "^2.10.1"
89-
mkdocs-git-authors-plugin = "^0.9.6"
89+
mkdocs-git-authors-plugin = "^0.10.0"
9090
mkapi = "^4.4.1"
9191
markdown-callouts = "^0.4.0"
9292
pygments = "^2.19.0"

0 commit comments

Comments
 (0)