Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nix Shell for Development #15

Merged
merged 10 commits into from
Jun 9, 2023
Merged

Nix Shell for Development #15

merged 10 commits into from
Jun 9, 2023

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    1c330d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    524081c View commit details
    Browse the repository at this point in the history
  2. test: add more flake8 plugins

    - flake8-bugbear
    - flake8-comprehensions
    - flake8-print
    - flake8-type-checking
    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d057f6c View commit details
    Browse the repository at this point in the history
  3. test: configure pyright

    VSCode complains a lot via pyright. We are using mypy that is saner.
    
    This commit demotes pyright errors to warning.
    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6506a1c View commit details
    Browse the repository at this point in the history
  4. test: ignore some flake8 errors

    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ab4f27c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e125551 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    200efb6 View commit details
    Browse the repository at this point in the history
  7. docs: revisit auto-generated documentation

    1. Integrate and configure flake8-docstrings plugin.
    2. Attend documentation warnings and errors.
    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    47f494c View commit details
    Browse the repository at this point in the history
  8. test: run tests on each push using Nix Shell

    We are testing py310 and py311.
    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8c4a8a5 View commit details
    Browse the repository at this point in the history
  9. docs: update README

    vst committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cecf630 View commit details
    Browse the repository at this point in the history