We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803349d commit a365b8dCopy full SHA for a365b8d
.gitattributes
@@ -1,3 +1,3 @@
1
-# force LF for pyproject to make hashFiles in CI consistent (windows <3)
2
-# (see https://github.com/actions/runner/issues/498)
+# - `eol=lf` to make hashFiles in CI consistent (windows <3) (see https://github.com/actions/runner/issues/498)
+# - `export-subst` makes git expand/replace the `describe-subst` field value when creating an archive
3
pyproject.toml text eol=lf export-subst
noxfile.py
@@ -104,7 +104,6 @@ def __post_init__(self) -> None:
104
sessions=("build", "pyright"),
105
pyright_paths=("scripts/versioning.py",),
106
groups=("build",),
107
- dependencies=(PYPROJECT["build-system"]["requires"]),
108
),
109
## testing
110
*(
0 commit comments