Skip to content

Commit

Permalink
Auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Dec 1, 2024
1 parent 4c9d8c9 commit ecb2211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pydoclint/parse_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ def parseToml(paths: Optional[Sequence[str]]) -> Dict[str, Any]:

commonParent: Path = findCommonParentFolder(paths)
tomlFilename = commonParent / Path('pyproject.toml')
logging.info(f'Loading config from inferred .toml file path: {tomlFilename}')
logging.info(
f'Loading config from inferred .toml file path: {tomlFilename}'
)
return parseOneTomlFile(tomlFilename)


Expand Down

0 comments on commit ecb2211

Please sign in to comment.