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 51eca82 commit af662b0Copy full SHA for af662b0
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16
- rev: v9.0.0
+ rev: v9.1.0
17
hooks:
18
- id: commitlint
19
stages:
@@ -24,11 +24,11 @@ repos:
24
25
- id: isort
26
- repo: https://github.com/psf/black
27
- rev: 22.6.0
+ rev: 22.10.0
28
29
- id: black
30
- repo: https://github.com/codespell-project/codespell
31
- rev: v2.1.0
+ rev: v2.2.2
32
33
- id: codespell
34
args: ["-x", ".codespellignorelines"]
0 commit comments