Skip to content

Commit 75912f5

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/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.281...v0.0.292)
1 parent f36bf5b commit 75912f5

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
@@ -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

@@ -30,13 +30,13 @@ repos:
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/psf/black
33-
rev: 23.7.0
33+
rev: 23.9.1
3434
hooks:
3535
- id: black
3636

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

0 commit comments

Comments
 (0)