Skip to content

Commit

Permalink
Disable line-length rule in yamllint, update README.md to include pip…
Browse files Browse the repository at this point in the history
… upgrade
  • Loading branch information
verbman committed Apr 8, 2024
1 parent 600f986 commit d96b2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---

extends: relaxed

rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning
line-length: disable
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Clone this Country Package on your machine:
```sh
git clone https://example.com/repository.git
cd repository_folder
pip install --upgrade pip build twine
pip install --editable .[dev] --upgrade
```

Expand Down

0 comments on commit d96b2f3

Please sign in to comment.