Skip to content

Commit d7c4ee4

Browse files
pre-commit-ci[bot]codingjoe
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/lovesegfault/beautysh: v6.4.1 → v6.4.2](lovesegfault/beautysh@v6.4.1...v6.4.2)
1 parent e2629e8 commit d7c4ee4

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
@@ -22,7 +22,7 @@ repos:
2222
- id: detect-private-key
2323
exclude: 'fizard/app/services/finapi/openapi/access/api.yaml'
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.21.1
25+
rev: v3.21.2
2626
hooks:
2727
- id: pyupgrade
2828
- repo: https://github.com/hukkin/mdformat
@@ -38,7 +38,7 @@ repos:
3838
- mdformat-ruff
3939
- mdformat-web
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.14.5
41+
rev: v0.14.6
4242
hooks:
4343
- id: ruff-check
4444
args: [--fix, --exit-non-zero-on-fix]
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: shellcheck
6060
- repo: https://github.com/lovesegfault/beautysh
61-
rev: v6.4.1
61+
rev: v6.4.2
6262
hooks:
6363
- id: beautysh
6464
ci:

0 commit comments

Comments
 (0)