Skip to content

AdrianRacki/pyils-datasets

Repository files navigation

PyILs: Datasets

Setup

As soon as you clone the repo, follow the steps listed below:

  1. Install the latest Node.

  2. Install Node packages (development tools only):

    $ npm install
  3. Create Python environment and install dependencies:

    $ poetry install --sync
    
  4. In VS Code, select the environment's Python as the default interpreter.

  5. Test the tools installed, Ruff and Pytest:

    $ ruff check .
    $ ruff format
    $ mypy .
    $ pytest
    
  6. Install and autoupdate Pre-commit and hooks.

    $ pre-commit install
    $ pre-commit install --hook-type commit-msg
    

    If some of the hooks are updated, commit and push the updated .pre-commit-config.yaml file.

About

PyILs Project: Datasets

Resources

Stars

Watchers

Forks