Skip to content

Commit

Permalink
chore(pyproject): quote versions (#4423)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal committed Oct 27, 2023
1 parent 4b1cff5 commit e3b8a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ load-plugins = "pylint_fixme_info,pylint_pytest"
min-similarity-lines=10

[tool.mypy]
python_version = 3.10
python_version = "3.10"
ignore_missing_imports = true
follow_imports = "silent"
exclude = [
Expand All @@ -69,7 +69,7 @@ exclude = ["build", "tests/legacy", "tests/spread"]
pythonVersion = "3.10"

[tool.pytest.ini_options]
minversion = 7.0
minversion = "7.0"
required_plugins = ["pytest-cov>=4.0", "pytest-mock>=3.10", "pytest-subprocess>=1.4"]
addopts = ["--cov=snapcraft"]

Expand Down

0 comments on commit e3b8a3a

Please sign in to comment.