Skip to content

Commit 97ce935

Browse files
chore(deps): update from template
1 parent 6ba99a8 commit 97ce935

11 files changed

Lines changed: 480 additions & 1098 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.8.27
1+
_commit: v0.8.28
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@gmail.com

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# .pre-commit-config.yaml
22
default_install_hook_types:
33
- pre-commit
4-
- post-checkout
5-
- post-merge
6-
- post-rewrite
74
fail_fast: true
85
repos:
96
- repo: meta
@@ -72,7 +69,7 @@ repos:
7269
hooks:
7370
- id: nox
7471
name: nox
75-
entry: uv run nox
72+
entry: make
7673
language: system
7774
pass_filenames: false
7875
always_run: true

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
sphinx:
1010
builder: html
1111
configuration: docs/source/conf.py
12-
fail_on_warning: false
12+
fail_on_warning: true
1313

1414
# Formats of the documentation to be built
1515
formats:

0 commit comments

Comments
 (0)