mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-09 20:06:26 +00:00
add nox to dev dep group and remove script metadata from noxfile.py (#164)
This commit is contained in:
parent
8dadb15e44
commit
8f50e27014
6 changed files with 100 additions and 17 deletions
13
noxfile.py
13
noxfile.py
|
@ -1,12 +1,3 @@
|
|||
#!/usr/bin/env -S uv run --quiet
|
||||
# /// script
|
||||
# requires-python = ">=3.13"
|
||||
# dependencies = [
|
||||
# "bumpver",
|
||||
# "nox",
|
||||
# ]
|
||||
# ///
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
|
@ -289,7 +280,3 @@ def get_version(session):
|
|||
output = session.run(*command, silent=True)
|
||||
match = re.search(r"New Version: (.+)", output)
|
||||
return to_pep440(match.group(1)) if match else None
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
nox.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue