Skip to content

Commit

Permalink
chore: fix pyproject syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 7, 2025
1 parent 34a67c2 commit 296c4cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ build_command = """
python -m build .
"""

[semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true

[tool.pytest.ini_options]
log_cli_level = "INFO"
xfail_strict = true
Expand All @@ -67,7 +63,6 @@ testpaths = [
[tool.ruff]
line-length = 88
indent-width = 4
target-version = "py37"

[tool.ruff.lint]
extend-select = [
Expand Down Expand Up @@ -124,6 +119,3 @@ docstring-code-line-length = "dynamic"

[tool.ruff.lint.pycodestyle]
max-line-length = 120

[lint.pydocstyle]
convention = "google"

0 comments on commit 296c4cd

Please sign in to comment.