Skip to content

Commit e649efa

Browse files
authored
Merge pull request #1 from PyPSA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3203f68 + 2b6941f commit e649efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Python - Ruff
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.4
18+
rev: v0.14.6
1919
hooks:
2020
# Run the linter
2121
- id: ruff
@@ -25,12 +25,12 @@ repos:
2525

2626
# Detect secrets
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.24.2
28+
rev: v8.29.1
2929
hooks:
3030
- id: gitleaks
3131

3232
# Lint Github Actions
3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.8
34+
rev: v1.7.9
3535
hooks:
3636
- id: actionlint

0 commit comments

Comments
 (0)