Skip to content

Commit 0f9b169

Browse files
FlorentinDadamnsch
andcommitted
Use absolute path for toml
Co-authored-by: Adam Schill Collberg <[email protected]>
1 parent c8eb5af commit 0f9b169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkstyle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o pipefail
77

88
python -m ruff check .
99
python -m ruff format --check .
10-
mypy --config-file python-wrapper/pyproject.toml .
10+
mypy --config-file "${GIT_ROOT}/python-wrapper/pyproject.toml" .
1111

1212

1313
if [ "${SKIP_NOTEBOOKS:-false}" == "true" ]; then

0 commit comments

Comments
 (0)