Skip to content

Commit 123009f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.3) - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.281...v0.1.6) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent f36bf5b commit 123009f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v4.0.0-alpha.3
2020
hooks:
2121
- id: prettier
2222

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

3131
# Autoformat: Python code
3232
- repo: https://github.com/psf/black
33-
rev: 23.7.0
33+
rev: 23.11.0
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.1.6
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343

4444
# Misc...
4545
- repo: https://github.com/pre-commit/pre-commit-hooks
46-
rev: v4.4.0
46+
rev: v4.5.0
4747
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
4848
hooks:
4949
# Autoformat: Makes sure files end in a newline and only a newline

0 commit comments

Comments
 (0)