.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.rst
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/check-branch.yml
.github/workflows/publish-package.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/pyscaffoldext/nox/__init__.py
src/pyscaffoldext/nox/extension.py
src/pyscaffoldext/nox/templates/__init__.py
src/pyscaffoldext/nox/templates/noxfile.py.template
src/pyscaffoldext_nox.egg-info/PKG-INFO
src/pyscaffoldext_nox.egg-info/SOURCES.txt
src/pyscaffoldext_nox.egg-info/dependency_links.txt
src/pyscaffoldext_nox.egg-info/entry_points.txt
src/pyscaffoldext_nox.egg-info/not-zip-safe
src/pyscaffoldext_nox.egg-info/requires.txt
src/pyscaffoldext_nox.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_custom_extension.py