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
Fixed crawl_permissions task to respect 'workspace_start_path' config (#444)
The crawl_permissions task in assessment would not respect the config
value of workspace_start_path as it was not present in the 'from_dict'
classmethod. Added an extraction for the config.
Removed dbconnect from Contributing README as it is no longer needed.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ hatch env create
129
129
130
130
To install development dependencies, including testing and database connection packages, use the following command:
131
131
```shell
132
-
hatch run pip install -e '.[test,dbconnect]'
132
+
hatch run pip install -e '.[test]'
133
133
```
134
134
135
135
To ensure your integrated development environment (IDE) uses the newly created virtual environment, you can retrieve the Python path with this command:
0 commit comments