Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Apr 12, 2024
1 parent d4a5094 commit 40bcf19
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 185 deletions.
3 changes: 1 addition & 2 deletions mscxyz/lyrics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Manipulate the lyrics
"""
"""Manipulate the lyrics"""

from __future__ import annotations

Expand Down
3 changes: 1 addition & 2 deletions mscxyz/score.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""A class that represents one MuseScore file.
"""
"""A class that represents one MuseScore file."""

from __future__ import annotations

Expand Down
416 changes: 241 additions & 175 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ lxml-stubs = "^0.5.1"
shtab = "^1.6.5"

[tool.poetry.group.dev.dependencies]
readme-patcher = "^0.6.0"
tox = "^4.11.4"
ruff = "^0.1.9"
pytest = "^7.4.4"
readme-patcher = "^0"
tox = "^4"
ruff = "^0"
pytest = "^8"
Sphinx = "7"
sphinx-rtd-theme = "2"

Expand Down
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Test API interface. The mscxyz module is used in Python code not on the
command line."""


from mscxyz import (
Score,
list_path,
Expand Down
1 change: 1 addition & 0 deletions tests/test_export.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the command line interface using subprocess."""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 0 additions & 1 deletion tests/test_score.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test submodules “score.py”"""


from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test submodule “utils.py”."""

from __future__ import annotations

import os
Expand Down
1 change: 1 addition & 0 deletions tests/test_xml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test submodule “utils.py”."""

from __future__ import annotations

from pathlib import Path
Expand Down

0 comments on commit 40bcf19

Please sign in to comment.