-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from billsioros/chore/replace-flakeheaven-with-…
…ruff chore: replace `flakeheaven` with `ruff`
- Loading branch information
Showing
6 changed files
with
260 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,25 +90,6 @@ Queryable \ | |
pip install querpyable | ||
``` | ||
|
||
In order to locally set up the project please follow the instructions below: | ||
|
||
```shell | ||
# Set up the GitHub repository | ||
git init | ||
git config --local user.name Vasilis Sioros | ||
git config --local user.email [email protected] | ||
git add . | ||
git commit -m "feat: initial commit" | ||
git remote add origin https://github.com/billsioros/querpyable | ||
|
||
# Create a virtual environment using poetry and install the required dependencies | ||
poetry shell | ||
poetry install | ||
|
||
# Install pre-commit hooks | ||
pre-commit install --install-hooks | ||
``` | ||
|
||
## :book: Documentation | ||
|
||
The project's documentation can be found [here](https://billsioros.github.io/querpyable/). | ||
|
Oops, something went wrong.