flask icon indicating copy to clipboard operation
flask copied to clipboard

Don't set the cli attribute in the sansio scaffold

Open pgjones opened this issue 9 months ago • 0 comments

It is (currently) Flask specific and hence cannot be shared in the sansio shared code.

Checklist:

  • [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • [x] Add or update relevant docs, in the docs folder and in code.
  • [x] Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • [x] Add .. versionchanged:: entries in any relevant code docs.
  • [x] Run pre-commit hooks and fix any issues.
  • [x] Run pytest and tox, no tests failed.

pgjones avatar Oct 01 '23 16:10 pgjones