Skip to content

Commit a365b8d

Browse files
apply suggestions
1 parent 803349d commit a365b8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
1+
# - `eol=lf` to make hashFiles in CI consistent (windows <3) (see https://github.com/actions/runner/issues/498)
2+
# - `export-subst` makes git expand/replace the `describe-subst` field value when creating an archive
33
pyproject.toml text eol=lf export-subst

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def __post_init__(self) -> None:
104104
sessions=("build", "pyright"),
105105
pyright_paths=("scripts/versioning.py",),
106106
groups=("build",),
107-
dependencies=(PYPROJECT["build-system"]["requires"]),
108107
),
109108
## testing
110109
*(

0 commit comments

Comments
 (0)