Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b79d44

Browse files
committed
Improve line-ending consistency in requirements files
`requirements-dev.txt`, but none of the others, was tracked withWindows-style (CRLF) line endings. This appears to have been thecase since it was introduced ina1b7634 (as `dev-requirements.txt`)and not to be intentional.This only changes how it is stored in the repository. This does notchange `.gitattributes` (it is not forced to have LF line endingsif automatic line-ending conversions are configured in Git).
1 parent646dc16 commit1b79d44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
-r requirements.txt
2-
-r test-requirements.txt
3-
4-
# For additional local testing/linting - to be added elsewhere eventually.
5-
ruff
6-
shellcheck
7-
pytest-icdiff
8-
# pytest-profiling
1+
-r requirements.txt
2+
-r test-requirements.txt
3+
4+
# For additional local testing/linting - to be added elsewhere eventually.
5+
ruff
6+
shellcheck
7+
pytest-icdiff
8+
# pytest-profiling

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp