We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e11a6 commit cad9c04Copy full SHA for cad9c04
.pre-commit-config.yaml
@@ -91,7 +91,7 @@ repos:
91
]
92
93
- repo: https://github.com/codespell-project/codespell
94
- rev: v2.3.0
+ rev: v2.4.0
95
hooks:
96
- id: codespell
97
name: codespell
@@ -113,14 +113,14 @@ repos:
113
- id: flake8
114
115
- repo: https://github.com/pycqa/isort
116
- rev: 5.13.2
+ rev: 6.0.0
117
118
- id: isort
119
name: isort (python)
120
args: ["--settings-path", "pyproject.toml", "."]
121
122
- repo: https://github.com/igorshubovych/markdownlint-cli
123
- rev: v0.43.0
+ rev: v0.44.0
124
125
- id: markdownlint-fix
126
args: ["--disable", "line-length"]
0 commit comments