We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb1a14 commit 3eb2262Copy full SHA for 3eb2262
.pre-commit-config.yaml
@@ -45,13 +45,13 @@ repos:
45
- prettier-plugin-toml
46
47
- repo: https://github.com/psf/black.git
48
- rev: 24.3.0
+ rev: 24.4.0
49
hooks:
50
- id: black
51
language_version: python3
52
53
- repo: https://github.com/streetsidesoftware/cspell-cli
54
- rev: v8.6.1
+ rev: v8.7.0
55
56
- id: cspell
57
name: Spell check with cspell
@@ -62,7 +62,7 @@ repos:
62
- id: remove-tabs
63
64
- repo: https://github.com/pre-commit/pre-commit-hooks.git
65
- rev: v4.5.0
+ rev: v4.6.0
66
67
# Side-effects:
68
- id: trailing-whitespace
@@ -95,7 +95,7 @@ repos:
95
types: [file, yaml]
96
97
- repo: https://github.com/PyCQA/flake8.git
98
- rev: 5.0.4
+ rev: 7.0.0
99
100
- id: flake8
101
alias: flake8
0 commit comments