Skip to content

Commit cad9c04

Browse files
authored
Auto-update pre-commit hooks (#355)
Co-authored-by: apoclyps <[email protected]>
1 parent 20e11a6 commit cad9c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ repos:
9191
]
9292

9393
- repo: https://github.com/codespell-project/codespell
94-
rev: v2.3.0
94+
rev: v2.4.0
9595
hooks:
9696
- id: codespell
9797
name: codespell
@@ -113,14 +113,14 @@ repos:
113113
- id: flake8
114114

115115
- repo: https://github.com/pycqa/isort
116-
rev: 5.13.2
116+
rev: 6.0.0
117117
hooks:
118118
- id: isort
119119
name: isort (python)
120120
args: ["--settings-path", "pyproject.toml", "."]
121121

122122
- repo: https://github.com/igorshubovych/markdownlint-cli
123-
rev: v0.43.0
123+
rev: v0.44.0
124124
hooks:
125125
- id: markdownlint-fix
126126
args: ["--disable", "line-length"]

0 commit comments

Comments
 (0)