We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34740dd commit 83600cfCopy full SHA for 83600cf
.pre-commit-config.yaml
@@ -21,14 +21,14 @@ repos:
21
22
# Automatically sort python imports
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.13.2
+ rev: 6.0.0
25
hooks:
26
- id: isort
27
args: [--profile, black]
28
29
# Autoformat: Python code
30
- repo: https://github.com/psf/black
31
- rev: 24.10.0
+ rev: 25.1.0
32
33
- id: black
34
args: [--target-version=py39]
@@ -124,7 +124,7 @@ repos:
124
125
# Lint: Markdown
126
- repo: https://github.com/DavidAnson/markdownlint-cli2
127
- rev: v0.17.1
+ rev: v0.17.2
128
129
- id: markdownlint-cli2
130
args: [--fix]
0 commit comments