Skip to content

Commit 2526999

Browse files
authored
Update config (#285)
2 parents 3dca143 + bdc49ea commit 2526999

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base", ":semanticCommitsDisabled"],
44
"labels": ["changelog: skip", "dependencies"],
5+
"minimumReleaseAge": "7 days",
56
"packageRules": [
67
{
78
"groupName": "github-actions",

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
19-
- uses: actions/setup-python@v6
20-
with:
21-
python-version: "3.x"
2219
- uses: j178/prek-action@v1
2320

2421
mypy:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ lint.ignore = [
8888
"E226", # Missing whitespace around arithmetic operator
8989
"E241", # Multiple spaces after ','
9090
"PIE790", # flake8-pie: unnecessary-placeholder
91-
"UP038", # Makes code slower and more verbose
9291
]
9392
lint.per-file-ignores."tests/*" = [
9493
"D",
@@ -99,6 +98,7 @@ lint.flake8-pytest-style.parametrize-names-type = "csv"
9998
lint.isort.known-first-party = [ "humanize" ]
10099
lint.isort.required-imports = [ "from __future__ import annotations" ]
101100
lint.pydocstyle.convention = "google"
101+
lint.future-annotations = true
102102

103103
[tool.pyproject-fmt]
104104
max_supported_python = "3.15"

0 commit comments

Comments
 (0)