We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4981172 commit 9d98d71Copy full SHA for 9d98d71
.github/workflows/api-pull-request.yml
@@ -66,9 +66,20 @@ jobs:
66
opts: --no-input --dry-run --check
67
run: make django-make-migrations
68
69
+
70
+ - uses: liskin/gh-problem-matcher-wrap@v2
71
+ with:
72
+ action: add
73
+ linters: mypy
74
75
- name: Check for new typing errors
76
run: make typecheck
77
78
79
80
+ action: remove
81
82
83
- name: Check autogenerated documentation
84
uses: nickcharlton/diff-check@v1.0.0
85
with:
api/pyproject.toml
@@ -78,6 +78,7 @@ console_output_style = 'count'
[tool.mypy]
plugins = ["mypy_django_plugin.main"]
strict = true
+show_absolute_path = true
[[tool.mypy.overrides]]
module = ["admin_sso.models"]
0 commit comments