generated from sco1/py-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Missed this part when initially going through the PEP
Path delimiters MUST be the forward slash character (
/
). Patterns are relative to the directory containingpyproject.toml
, therefore the leading slash character MUST NOT be used.
Currently the hook is written to check relative to the current working directory. This is probably going to be equivalent in most cases, but might as well make it more correct. Because the hook should be explicitly matching pyproject.toml
, we should be able to assume the parent of the file received by the hook as our base directory.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working