Skip to content

Commit 5623503

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.16...v0.16.1) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent 33ac75f commit 5623503

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: debug-statements
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.16
15+
rev: v0.16.1
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --exit-non-zero-on-fix, --target-version=py310]
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: gitleaks
3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.4.2
35+
rev: v2.4.3
3636
hooks:
3737
- id: codespell
3838
args:

0 commit comments

Comments
 (0)