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 e620780 commit 7a40415Copy full SHA for 7a40415
β.github/workflows/tests.ymlβ
@@ -95,4 +95,4 @@ jobs:
95
flit publish
96
env:
97
FLIT_USERNAME: __token__
98
- FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
+ FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}
β.pre-commit-config.yamlβ
@@ -26,7 +26,7 @@ repos:
26
- flake8-builtins
27
- flake8-comprehensions
28
- repo: https://github.com/myint/docformatter
29
- rev: v1.7.5
+ rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
30
hooks:
31
- id: docformatter
32
- repo: https://github.com/executablebooks/mdformat
βmdformat_myst/__init__.pyβ
@@ -1,3 +1,3 @@
1
"""Mdformat plugin for MyST compatibility."""
2
3
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments