Skip to content

Commit

Permalink
Document nox as a dependency in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Feb 25, 2024
1 parent e2b0037 commit a39deb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions {{cookiecutter.repostory_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Skeleton of this project was generated with `cookiecutter-rt-django`, which some
- docker-compose
- python 3.11
- [pdm](https://pdm-project.org)
- [nox](https://nox.thea.codes)

# Setup development environment

Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.repostory_name}}/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def format_(session):
@nox.session(python=PYTHON_DEFAULT_VERSION)
def lint(session):
"""Run linters in readonly mode."""
# Check if lockfile is synchronized with pyproject.toml
install(session, 'lint')
session.run('ruff', 'check', '--diff', '.')
{%- if cookiecutter.ci_use_spellchecker == "y" %}
Expand Down

0 comments on commit a39deb3

Please sign in to comment.