Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dd4e6c

Browse files
chore: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 β†’ v0.9.3](astral-sh/ruff-pre-commit@v0.8.2...v0.9.3) - [github.com/gitleaks/gitleaks: v8.21.2 β†’ v8.23.2](gitleaks/gitleaks@v8.21.2...v8.23.2) - [github.com/codespell-project/codespell: v2.3.0 β†’ v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/compilerla/conventional-pre-commit: v3.6.0 β†’ v4.0.0](compilerla/conventional-pre-commit@v3.6.0...v4.0.0)
1 parent 2034786 commit 3dd4e6c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.2
17+
rev: v0.9.3
1818
hooks:
1919
- id: ruff
2020
args:
@@ -23,17 +23,17 @@ repos:
2323
files: ^source/
2424
- id: ruff-format
2525
- repo: https://github.com/gitleaks/gitleaks
26-
rev: v8.21.2
26+
rev: v8.23.2
2727
hooks:
2828
- id: gitleaks
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.3.0
30+
rev: v2.4.0
3131
hooks:
3232
- id: codespell
3333
additional_dependencies:
3434
- tomli
3535
- repo: https://github.com/compilerla/conventional-pre-commit
36-
rev: v3.6.0
36+
rev: v4.0.0
3737
hooks:
3838
- id: conventional-pre-commit
3939
stages: [commit-msg]

0 commit comments

Comments
Β (0)