We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c282493 commit ac7d51dCopy full SHA for ac7d51d
1 file changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
22
# Automatically sort python imports
23
- repo: https://github.com/PyCQA/isort
24
- rev: 0a09c783808cfe77bb3269250f663ff733d23302 # frozen: 7.0.0
+ rev: a333737ed43df02b18e6c95477ea1b285b3de15a # frozen: 8.0.1
25
hooks:
26
- id: isort
27
args: [--profile, black]
@@ -97,7 +97,7 @@ repos:
97
98
# Lint: Markdown
99
- repo: https://github.com/DavidAnson/markdownlint-cli2
100
- rev: 7339935a3036f096ee0d7f1f047a9ec41707d4c1 # frozen: v0.20.0
+ rev: 5387279b3b4c24822c0f86d4df4f28b37e3e8992 # frozen: v0.21.0
101
102
- id: markdownlint-cli2
103
args: [--fix]
0 commit comments