Skip to content

Commit 2944e42

Browse files
chore: adds flake8 and mdformat deps to precommit (#36)
1 parent a30a517 commit 2944e42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repos:
1919
rev: 7.1.1
2020
hooks:
2121
- id: flake8
22+
additional_dependencies: [flake8-breakpoint, flake8-print, flake8-pydantic, flake8-type-checking]
2223

2324
- repo: https://github.com/pre-commit/mirrors-mypy
2425
rev: v1.13.0
@@ -27,10 +28,10 @@ repos:
2728
additional_dependencies: [types-setuptools, pydantic]
2829

2930
- repo: https://github.com/executablebooks/mdformat
30-
rev: 0.7.18
31+
rev: 0.7.19
3132
hooks:
3233
- id: mdformat
33-
additional_dependencies: [mdformat-gfm, mdformat-frontmatter]
34+
additional_dependencies: [mdformat-gfm, mdformat-frontmatter, mdformat-pyproject]
3435

3536
default_language_version:
3637
python: python3.8

0 commit comments

Comments
 (0)