Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Improve line-ending consistency in requirements files
`requirements-dev.txt`, but none of the others, was tracked with Windows-style (CRLF) line endings. This appears to have been the case since it was introduced in a1b7634 (as `dev-requirements.txt`) and not to be intentional. This only changes how it is stored in the repository. This does not change `.gitattributes` (it is not forced to have LF line endings if automatic line-ending conversions are configured in Git).
  • Loading branch information
@EliahKagan
EliahKagan committed Jun 8, 2025
commit 1b79d449c90cc6fca8220246e2de159d24666837
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
-r requirements.txt
-r test-requirements.txt

# For additional local testing/linting - to be added elsewhere eventually.
ruff
shellcheck
pytest-icdiff
# pytest-profiling
-r requirements.txt
-r test-requirements.txt

# For additional local testing/linting - to be added elsewhere eventually.
ruff
shellcheck
pytest-icdiff
# pytest-profiling
Loading