Skip to content

Commit 7ddea3d

Browse files
committed
Update cookiecutter
1 parent bbb880c commit 7ddea3d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.ci/scripts/validate_commit_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# /// script
22
# requires-python = ">=3.11"
33
# dependencies = [
4-
# "gitpython>=3.1.46,<3.2.0",
4+
# "pygithub>=2.8.1,<3.0.0",
55
# ]
66
# ///
77

.ci/settings/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
ALLOWED_EXPORT_PATHS = ["/tmp"]
44
ANALYTICS = False
55
ALLOWED_CONTENT_CHECKSUMS = ["sha1", "sha256", "sha512"]
6+
TASK_DIAGNOSTICS = ["memory"]
67

78
if os.environ.get("PULP_HTTPS", "false").lower() == "true":
89
AUTHENTICATION_BACKENDS = "@merge django.contrib.auth.backends.RemoteUserBackend"

lint_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lint requirements
2-
ruff~=0.14.14
2+
ruff~=0.15.0
33
mypy~=1.19.1
44
shellcheck-py~=0.11.0.1
55

0 commit comments

Comments
 (0)