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

#314 - Switch to poetry #315

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

reckart
Copy link
Member

@reckart reckart commented May 4, 2024

What's in the PR

  • Remove setup.py
  • Switch to pyproject.toml
  • Update GitHub actions to use poetry
  • Clean up code a bit according to feedback from flake8
  • Update release guide

How to test manually

  • Build
  • Try release

Automatic testing

  • PR includes unit tests

Documentation

  • PR updates documentation

- Remove setup.py
- Switch to pyproject.toml
- Update GitHub actions to use poetry
- Clean up code a bit according to feedback from flake8
- Update release guide
@reckart reckart added this to the 0.10.0 milestone May 4, 2024
@reckart reckart self-assigned this May 4, 2024
Copy link

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.43%. Comparing base (a76b4e1) to head (29d539d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   95.47%   91.43%   -4.04%     
==========================================
  Files           5        5              
  Lines        2009     2009              
  Branches        0      520     +520     
==========================================
- Hits         1918     1837      -81     
  Misses         91       91              
- Partials        0       81      +81     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Use ruff
- Address linter issues in json.py
@reckart reckart force-pushed the refactoring/314-Switch-to-poetry branch from 8b7b706 to 804540d Compare May 6, 2024 17:33
* main:
  #318 - Address linter issues

% Conflicts:
%	cassis/json.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant