From f38f67bcda71ee3abdab8f33e0a95b555bb943d9 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Wed, 11 Mar 2026 13:15:25 +0000 Subject: [PATCH] Remove excludes-newer in pyproject.toml We're not using the update-dependencies action in this repo, so we don't want any excludes-newer timestamps because they won't get regularly updated, and they prevent dependabot doing its thing. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88d7ae4..ff7f6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,5 @@ extend-ignore = [ [tool.ruff.lint.isort] lines-after-imports = 2 -# Note: any `exclude-newer-package` timestamps should be removed if > 7 days old -# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details [tool.uv] required-version = ">=0.9" -exclude-newer = "2026-02-04T00:00:00Z" -exclude-newer-package = {}