We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d21030 commit 1a4de95Copy full SHA for 1a4de95
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.8
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-case-conflict
@@ -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.13.0
+ rev: v9.16.0
17
18
- id: commitlint
19
stages:
@@ -24,7 +24,7 @@ repos:
24
25
- id: isort
26
- repo: https://github.com/psf/black
27
- rev: 24.3.0
+ rev: 24.4.2
28
29
- id: black
30
- repo: https://github.com/codespell-project/codespell
0 commit comments