Skip to content

Commit eeaff8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.281...v0.0.287)
1 parent f36bf5b commit eeaff8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ci:
1616
repos:
1717
# Autoformat: markdown, yaml to ensure that it doesn't need to be updated in other repos
1818
- repo: https://github.com/pre-commit/mirrors-prettier
19-
rev: v3.0.0
19+
rev: v3.0.3
2020
hooks:
2121
- id: prettier
2222

@@ -36,7 +36,7 @@ repos:
3636

3737
# Lint: Python code
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.0.281
39+
rev: v0.0.287
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)