Skip to content

Commit

Permalink
chore: upgrade pre-commit versions of mypy and mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Aug 17, 2023
1 parent 4d406f3 commit 0134f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies: [
Expand All @@ -34,7 +34,7 @@ repos:
]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
rev: 0.7.16
hooks:
- id: mdformat
additional_dependencies: [mdformat-gfm, mdformat-frontmatter, mdformat-pyproject]
Expand Down

0 comments on commit 0134f22

Please sign in to comment.