You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: 450c40f fixes it so that the old way still works.
Most major change from #20 (thanks @jamesmyatt) is that the import statement will need to change
Old way:
from pyprojroot import here
new way
from pyprojroot.here import here
Changes are mainly to make this package more flexible in specifying a base root directory like how the R here package builds on top of the rprojroot library.
edit: 450c40f fixes it so that the old way still works.
Most major change from #20 (thanks @jamesmyatt) is that the import statement will need to changeOld way:new wayChanges are mainly to make this package more flexible in specifying a base root directory like how the Rhere
package builds on top of therprojroot
library.From the PR created, it closes #18 and closes #17
tests
module is included in distribution #22mypy --strict
from Add CI and makemypy --strict
compliant #21 since the refactoring was a separate PR/feature see Re-implementmypy strict
checking #27The text was updated successfully, but these errors were encountered: