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

Chore: Replace reorder-imports with isort #115

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Chore: Replace reorder-imports with isort #115

merged 3 commits into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. wip: Trying to get passive updates

    - nothing functional yet, but since nothing breaks either, committing it for now.
    - plan is to allow updates to be triggered by incoming advertisements from devices we are maintaining sensors for.
    agittins committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    df82d92 View commit details
    Browse the repository at this point in the history
  2. chore: Move from reorder-imports to isort

    - refer psf/black#4175
    - issue identified by jaymunro #114
    - bumped pre-commit-hooks repo to v4.5.0
    agittins committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dfcd49e View commit details
    Browse the repository at this point in the history
  3. chore: update black and apply formattings

    - disabled check on const line because back-and-forth linting conflicts should not take more than three hours to solve.
    
    - added black to requirements and bumped to same version in github workflow
    
    - gitignore node_modules/.cache for new prettier version.
    agittins committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5dd17e7 View commit details
    Browse the repository at this point in the history