Skip to content

Commit bb3fcb7

Browse files
committed
Merge branch 'staging' into 'main'
Deploy Staging to Prod See merge request swing/defivelo/intranet!194
2 parents 0d4135f + 2a8fed3 commit bb3fcb7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0"
44
requires-python = ">=3.11,<3.12"
55

66
[tool.ruff]
7-
target-version = "py37"
7+
# target-version is inferred from [project] requires-python
88
# Exclude a variety of commonly ignored directories.
99
exclude = [
1010
".bzr",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"packageRules": [
4646
{
4747
"matchDatasources": [
48-
"docker"
48+
"docker",
49+
"python-version"
4950
],
5051
"matchPackageNames": [
5152
"python",

0 commit comments

Comments
 (0)