Skip to content

Commit 6913b6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.8) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.4.3](astral-sh/ruff-pre-commit@v0.0.281...v0.4.3) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent f36bf5b commit 6913b6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ 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.8
2020
hooks:
2121
- id: prettier
2222

2323
# Autoformat: Python code - sort imports
2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.12.0
25+
rev: 5.13.2
2626
hooks:
2727
- id: isort
2828
name: isort
2929
args: ["--profile", "black"]
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/psf/black
33-
rev: 23.7.0
33+
rev: 24.4.2
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.4.3
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.6.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)