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 2e556ea commit 2aeffd3Copy full SHA for 2aeffd3
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -11,7 +11,7 @@ repos:
11
- id: end-of-file-fixer
12
- id: trailing-whitespace
13
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
14
- rev: v9.17.0
+ rev: v9.18.0
15
16
- id: commitlint
17
stages:
@@ -22,7 +22,7 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 24.8.0
+ rev: 24.10.0
26
27
- id: black
28
- repo: https://github.com/codespell-project/codespell
0 commit comments