Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 20, 2024
1 parent fa0d241 commit f82a511
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scikit_build_core/program_search.py
Expand Up @@ -106,9 +106,7 @@ def get_cmake_program(cmake_path: Path) -> Program:
err.stderr,
)
except PermissionError:
logger.warning(
"Permissions Error getting CMake's version"
)
logger.warning("Permissions Error getting CMake's version")

Check warning on line 109 in src/scikit_build_core/program_search.py

View check run for this annotation

Codecov / codecov/patch

src/scikit_build_core/program_search.py#L109

Added line #L109 was not covered by tests

return Program(cmake_path, None)

Expand Down

0 comments on commit f82a511

Please sign in to comment.