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

Appearance settings

Commit dc80c1b

Browse filesBrowse files
committed
README enhancement
1 parent b150976 commit dc80c1b
Copy full SHA for dc80c1b

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ python -m venv env
99
./env/bin/pip install -r requirements.txt
1010
```
1111

12-
## Userful commands
12+
## Useful commands
1313

1414
```sh
1515
# Use the hooks folder to run pre-commit lint and test
1616
git config core.hooksPath hooks
17-
./env/bin/pycodestyle katas # Run lint
18-
./env/bin/python -m unittest -f katas/*.py # Run tests
19-
20-
17+
# Runing lint
18+
./env/bin/pycodestyle katas
19+
# Running tests
20+
./env/bin/python -m unittest -f katas/*.py
2121
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.