Skip to content

Commit

Permalink
Eliminate obsolete global variable locations
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jun 11, 2020
1 parent 1df9713 commit 3e50219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{cookiecutter.project_name}}/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
package = "{{cookiecutter.package_name}}"
python_versions = ["3.8", "3.7", "3.6"]
nox.options.sessions = "pre-commit", "safety", "mypy", "tests"
locations = "src", "tests", "noxfile.py", "docs/conf.py"


class Poetry:
Expand Down

0 comments on commit 3e50219

Please sign in to comment.