mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-01 11:10:32 -06:00
use standard project layout and tool config across all pallets and pallets-eco projects * add issue templates * add dependabot grouped updates for actions and pypi * add lock inactive closed issues workflow * add publish workflow with slsa and trusted publishing * simplify tests workflow matrix * simplify docs config.py * show license in docs * use pip-compile to pin development dependencies * rename test to tests * add .editorconfig * simplify .gitignore * add pre-commit hooks (will run formatters in a subsequent PR) * pin os and python in .readthedocs.yaml * update license with original commit date and pallets-eco * use pyproject.toml and flit_core instead of setuptools * only declare flask dependency * add config for mypy and pyright (will add typing in a subsequent PR) * readme is markdown * add pallets-eco message to readme * remove install and docs links from readme * add style, typing, docs tox envs * use faster wheel building tox config * add tox command to update dev dependencies
26 lines
828 B
Markdown
26 lines
828 B
Markdown
<!--
|
|
Before opening a PR, open a ticket describing the issue or feature the
|
|
PR will address. An issue is not required for fixing typos in
|
|
documentation, or other simple non-code changes.
|
|
|
|
Replace this comment with a description of the change. Describe how it
|
|
addresses the linked ticket.
|
|
-->
|
|
|
|
<!--
|
|
Link to relevant issues or previous PRs, one per line. Use "fixes" to
|
|
automatically close an issue.
|
|
|
|
fixes #<issue number>
|
|
-->
|
|
|
|
<!--
|
|
Ensure each step in the contributing guide is complete, especially the following:
|
|
|
|
- Add tests that demonstrate the correct behavior of the change. Tests
|
|
should fail without the change.
|
|
- Add or update relevant docs, in the docs folder and in code.
|
|
- Add an entry in CHANGES.rst summarizing the change and linking to the issue.
|
|
- Add `.. versionchanged::` entries in any relevant code docs.
|
|
-->
|