Skip to content

Commit 08e2b4b

Browse files
Update dependencies (#479)
* chore: update-dependencies * Revert to default rule set for Ruff < v0.16.0 Ruff v0.16.0 introduced a new default rule set. The rules in this rule set impose a large number of changes to the codebase, which is not being worked on. For the moment, then, we revert to the default rule set for Ruff < v0.16.0. For more information, see [the blog post][1]. [1]: https://astral.sh/blog/ruff-v0.16.0 --------- Co-authored-by: bennettoxford-create-pr[bot] <194523067+bennettoxford-create-pr[bot]@users.noreply.github.com> Co-authored-by: Iain Dillingham <iain@dillingham.me.uk>
1 parent ee23960 commit 08e2b4b

2 files changed

Lines changed: 434 additions & 399 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ exclude = [
7676
]
7777

7878
[tool.ruff.lint]
79+
select = ["E4", "E7", "E9", "F"]
80+
7981
extend-select = [
8082
"A", # flake8-builtins
8183
"I", # isort
@@ -101,7 +103,7 @@ numpy = "np"
101103
# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details
102104
[tool.uv]
103105
required-version = ">=0.9"
104-
exclude-newer = "2026-07-19T00:00:00Z"
106+
exclude-newer = "2026-08-09T00:00:00Z"
105107
exclude-newer-package = {}
106108

107109
[dependency-groups]

0 commit comments

Comments
 (0)