Skip to content

Commit a711049

Browse files
Merge pull request #18 from William-Blackie/feature/wagtail-3.0-compatibility
Feature/wagtail 3.0 compatibility
2 parents 0dbbca8 + 4e2e347 commit a711049

File tree

8 files changed

+732
-13
lines changed

8 files changed

+732
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/python/black
3-
rev: 19.10b0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
language_version: python3.8

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ your_project_root/
7070
## Tests
7171

7272
```
73+
# Install the development environment
74+
poetry install
75+
poetry shell
76+
77+
# Run the tests
7378
coverage run ./runtests.py
7479
coverage report
7580
```

0 commit comments

Comments
 (0)