File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Testing
22=======
33
4- First, install tox into your virtualenv ::
4+ First, install dev dependencies ::
55
6- pip install --upgrade tox
6+ poetry install --with dev
77
88To run all tests, you'll need to install multiple Python interpreters. On a
99modern Ubuntu distribution you can use ``add-apt-repository
@@ -21,3 +21,11 @@ Here's the OSX Homebrew command:
2121
2222Finally, just run ``tox ``!
2323If you want, you can test against a specific version like this: ``tox -e py312-pil ``
24+
25+
26+ Linting
27+ -------
28+
29+ Run `ruff ` to check linting::
30+
31+ ruff check
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ png = ["pypng"]
5252[tool .poetry .group .dev .dependencies ]
5353pytest = {version = " *" }
5454pytest-cov = {version = " *" }
55+ tox = {version = " *" }
56+ ruff = {version = " *" }
5557docutils = " ^0.21.2"
5658zest-releaser = {extras = [" recommended" ], version = " ^9.2.0" }
5759
You can’t perform that action at this time.
0 commit comments