Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/executablebooks/mdformat: 00812cd1850e41aae5c0916645b4b7404f538e8c → e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83](hukkin/mdformat@00812cd...e20b1ac)
- [github.com/pre-commit/mirrors-mypy: f56614daa94d5cd733d3b7004c5df9caad267b4a → bbc3dc1f890007061f18f17e2334f216ea9e5df7](pre-commit/mirrors-mypy@f56614d...bbc3dc1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 42a570d commit 5569bc9
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 @@ -6,7 +6,7 @@ repos:
files: '^src/.+\.py$|^tests/.+\.py$'
args: ['--license-filepath', 'LICENSE-HEADER']
- repo: https://github.com/executablebooks/mdformat
rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
hooks:
- id: mdformat
additional_dependencies:
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
hooks:
- id: mypy
args: ["--scripts-are-modules"]

0 comments on commit 5569bc9

Please sign in to comment.