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 413d1b7 commit 0bfc68aCopy full SHA for 0bfc68a
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.11.2"
+pipenv install --dev "pysen[lint]==0.11.3"
27
# poetry
28
-poetry add -D pysen==0.11.2 -E lint
+poetry add -D pysen==0.11.3 -E lint
29
```
30
31
## Quickstart: Set up linters using pysen
pysen/_version.py
@@ -1 +1 @@
1
-__version__ = "0.11.2"
+__version__ = "0.11.3"
0 commit comments