Skip to content

Commit 68671f4

Browse files
committed
disable mdformat until hukkin/mdformat#53 is resolved
1 parent 3f44b4f commit 68671f4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ repos:
44
rev: "v4.0.1"
55
hooks:
66
- id: trailing-whitespace
7-
- repo: https://github.com/executablebooks/mdformat
8-
rev: "0.7.10"
9-
hooks:
10-
- id: mdformat
117
- repo: local
128
hooks:
139
- id: lockfile

docs/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ $ pip install di
2525
</div>
2626

2727
!!! warning
28-
This project is a work in progress.
29-
Until there is 1.X.Y release, expect breaking changes.
28+
This project is a work in progress.
29+
Until there is 1.X.Y release, expect breaking changes.
30+
3031

3132
## Example
3233

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "di"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Autowiring dependency injection"
55
authors = ["Adrian Garcia Badaracco <[email protected]>"]
66

0 commit comments

Comments
 (0)