Skip to content

Commit

Permalink
Update coverage dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Dec 1, 2024
1 parent 7fdd25d commit b2066b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "df-translation-toolkit"
version = "0.7.0"
description = "Toolset to convert text extracted from DF to translation format and aback"
authors = ["insolor <[email protected]>", "aNNiPAk <[email protected]>", "shevernitskiy <[email protected]>"]
authors = [
"insolor <[email protected]>",
"aNNiPAk <[email protected]>",
"shevernitskiy <[email protected]>",
]
license = "MIT"

[tool.poetry.dependencies]
Expand All @@ -19,7 +23,7 @@ cairosvg = "^2.7.0"
pytest = "^8.3.3"
pytest-cov = "^6.0.0"
pytest-mock = "^3.14.0"
coverage = "^7.6.4"
coverage = "^7.6.8"
ruff = "^0.8.1"

[tool.poetry.scripts]
Expand Down Expand Up @@ -58,11 +62,11 @@ unfixable = ["F401"]

[tool.ruff.lint.per-file-ignores]
"tests/*" = [
"S101", # Don't warn about using of asserts in tests
"S101", # Don't warn about using of asserts in tests
"ANN001",
"ANN201",
"ANN202",
"D", # Don't warn about missing documentation in tests
"D", # Don't warn about missing documentation in tests
"PT006",
"PT007",
"E501",
Expand Down

0 comments on commit b2066b2

Please sign in to comment.