We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2560ef8 commit 4fc4233Copy full SHA for 4fc4233
README.md
@@ -23,9 +23,9 @@ pip install black==21.10b0 flake8==4.0.1 isort==5.10.1 mypy==0.910
23
24
```sh
25
# pipenv
26
-pipenv install --dev "pysen[lint]==0.10.4"
+pipenv install --dev "pysen[lint]==0.10.5"
27
# poetry
28
-poetry add -D pysen==0.10.4 -E lint
+poetry add -D pysen==0.10.5 -E lint
29
```
30
31
## Quickstart: Set up linters using pysen
pysen/_version.py
@@ -1 +1 @@
1
-__version__ = "0.10.4"
+__version__ = "0.10.5"
0 commit comments