You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pds-github-util generates REQUIREMENTS.md files automatically. But then by the time you run tox or do a commit, the pre-commit hook doesn't like the whitespace and end-of-file issues in REQUIREMENTS.md and modifies it too.
It shouldn't do that.
🕵️ Expected behavior
Running tox, or git commit, or simply python -m pre_commit run --color=always --all should leave REQUIREMENTS.md (and Brittney) alone.
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
The
pds-github-util
generatesREQUIREMENTS.md
files automatically. But then by the time you runtox
or do a commit, the pre-commit hook doesn't like the whitespace and end-of-file issues inREQUIREMENTS.md
and modifies it too.It shouldn't do that.
🕵️ Expected behavior
Running
tox
, orgit commit
, or simplypython -m pre_commit run --color=always --all
should leaveREQUIREMENTS.md
(and Brittney) alone.⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: