File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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]
9392lint.per-file-ignores."tests/*" = [
9493 " D" ,
@@ -99,6 +98,7 @@ lint.flake8-pytest-style.parametrize-names-type = "csv"
9998lint.isort.known-first-party = [ " humanize" ]
10099lint.isort.required-imports = [ " from __future__ import annotations" ]
101100lint.pydocstyle.convention = " google"
101+ lint.future-annotations = true
102102
103103[tool .pyproject-fmt ]
104104max_supported_python = " 3.15"
You can’t perform that action at this time.
0 commit comments