Skip to content

Commit

Permalink
⬆️ UPGRADE: markdown-it-py v1
Browse files Browse the repository at this point in the history
Convert `nest_tokens`/`NestedTokens` -> `SyntaxTreeNode`
  • Loading branch information
chrisjsewell committed Apr 25, 2021
1 parent e72599f commit 1140cfa
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 152 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ repos:
additional_dependencies:
- flake8-comprehensions
- flake8-bugbear
# - flake8-self~=0.2.2

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy
args: [--config-file=tox.ini]
args: [--config-file=setup.cfg]
additional_dependencies:
- sphinx~=3.3
- markdown-it-py~=0.6.0
- markdown-it-py==1.0.0b2
- mdit-py-plugins~=0.2.4
files: >
(?x)^(
Expand Down
Loading

0 comments on commit 1140cfa

Please sign in to comment.