[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-10-27 04:17:54 +00:00
parent 8309d88e63
commit 56de332c8e
3 changed files with 12 additions and 13 deletions

View File

@ -617,6 +617,7 @@ class NodeKeywords(MutableMapping[str, Any]):
def __repr__(self) -> str:
return f"<NodeKeywords for node {self.node}>"
@final
@dataclasses.dataclass(frozen=True)
class Test:
@ -681,5 +682,3 @@ class Test:
param_ids_from=param_ids_from,
_ispytest=True,
)

View File

@ -6,7 +6,7 @@ import pytest
def mul():
assert 24 == (4 * 6)
def my_test():
print("test_answer")
assert 5 == 5