Skip to content

Commit

Permalink
Merge branch 'main' into devkral/fix/hard_to_ignore_userwarning
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral authored Oct 1, 2024
2 parents c13a2d4 + 4f76f83 commit cd9b839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions esmerald/core/directives/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@


class BaseDirective(ArbitraryExtraBaseModel, LilyaBaseDirective):
"""The base class from which all directrives derive"""

help: str = ""
"""The base class from which all directives derive."""

def get_version(self) -> str:
"""
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ features = ["all", "testing"]

[tool.hatch.envs.test.scripts]
# needs docker services running
test = "hatch test -- {args} --disable-warnings"
test_man = "hatch test -- {args} -s -vv --disable-warnings"
test = "hatch test -- {args}"
test_man = "hatch test -- {args} -s -vv"
coverage = "hatch test -- --cov=esmerald --cov=tests --cov-report=term-missing:skip-covered --cov-report=html tests {args}"
check_types = "mypy -p esmerald"

Expand Down

0 comments on commit cd9b839

Please sign in to comment.