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.
1 parent 7f9ea0f commit d08274bCopy full SHA for d08274b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mypy-gitlab-code-quality"
3
-version = "1.2.0"
+version = "1.3.0"
4
description = "Simple script to generate gitlab code quality report from output of mypy."
5
readme = "README.md"
6
requires-python = ">=3.9"
requirements/dev.txt
@@ -1,2 +1,2 @@
mypy == 1.15.0
-ruff == 0.9.7
+ruff == 0.11.2
0 commit comments