Giter Site home page Giter Site logo

cookiecutter-hypermodern-python's Issues

Sort Release Drafter sections

The order in the release notes can be improved. It appears to be based on the order in the configuration file, .github/release-drafter.yml. Something like this:

  • Breaking Changes
  • Features
  • Bugfixes
  • ...

Disable Codecov comment

codecov.yaml

# comment spam as user can always click the failed coverage check
comment: false

Build and install wheel in Nox sessions

The current method of installing the package into Nox sessions (poetry install --no-dev) uninstalls development dependencies. This leads to repeated installs even when Nox is invoked with nox -r. Also, it would be better to test against the actual distribution package rather than against an editable install.

[Enhancement] Add sphinx-autobuild option to nox's docs session

It would be useful to have the option to run sphinx-autobuild—where sphinx can serve your docs, open your browser, and actively watch for changes—in nox's docs session.

It could be triggered by an optional argument such as nox -s docs -- serve.

As always, happy to provide a PR if you are open to it.

Run black from pre-commit

Not sure about this one. It appears to be what most people do, and people expect pre-commit to fix issues automatically if possible. On the other hand, we already run flake8-black from pre-commit, so this is kind of redundant (and you can simply nox -rs black if it fails).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.