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

Commite666e3b

Browse files
committed
2 parents9e5e969 +23066f6 commite666e3b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

‎README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,21 @@ On *Windows*, make sure you have `git-daemon` in your PATH. For MINGW-git, the
106106
exists in`Git\mingw64\libexec\git-core\`; CYGWIN has no daemon, but should get along fine
107107
with MINGW's.
108108

109-
Ensure testing libraries are installed.In the root directory, run:`pip install test-requirements.txt`
110-
Then,
109+
Ensure testing libraries are installed.
110+
In the root directory, run:`pip install -r test-requirements.txt`
111111

112-
To lint, run`flake8`
113-
To typecheck, run`mypy -p git`
114-
To test,`pytest`
112+
To lint, run:`flake8`
115113

116-
Configuration for flake8 is in root/.flake8 file.
117-
Configuration for mypy, pytest, coverage is in root/pyproject.toml.
114+
To typecheck, run:`mypy -p git`
118115

119-
The same linting and testing will also be performed against different supported python versions
120-
upon submitting a pull request (or on each push if you have a fork with a "main" branch).
116+
To test, run:`pytest`
117+
118+
Configuration for flake8 is in the ./.flake8 file.
121119

120+
Configurations for mypy, pytest and coverage.py are in ./pyproject.toml.
121+
122+
The same linting and testing will also be performed against different supported python versions
123+
upon submitting a pull request (or on each push if you have a fork with a "main" branch and actions enabled).
122124

123125

124126
###Contributions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp