We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40bb485 + 8f3d95e commit 4c6b9c1Copy full SHA for 4c6b9c1
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.9
+ rev: v0.12.0
4
hooks:
5
- id: ruff
6
args: [--fix, --unsafe-fixes]
pyproject.toml
@@ -68,12 +68,15 @@ cover = [
68
]
69
70
enabler = [
71
- "pytest-enabler >= 2.2",
+ "pytest-enabler >= 3.4",
72
73
74
type = [
75
# upstream
76
- "pytest-mypy",
+ "pytest-mypy >= 1.0.1",
77
+
78
+ ## workaround for python/mypy#20454
79
+ "mypy < 1.19; python_implementation == 'PyPy'",
80
81
# local
82
towncrier.toml
@@ -1,2 +1,3 @@
[tool.towncrier]
title_format = "{version}"
+directory = "newsfragments" # jaraco/skeleton#184
0 commit comments