Skip to content

Commit 1f69682

Browse files
chore: update pre-commit hooks (#1073)
updates: - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.7...v0.1.11) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5400158 commit 1f69682

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
@@ -18,12 +18,12 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 23.11.0
21+
rev: 23.12.1
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.1.7
26+
rev: v0.1.11
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --show-fixes]
@@ -36,7 +36,7 @@ repos:
3636
args: [--py38-plus]
3737

3838
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39-
rev: v2.11.0
39+
rev: v2.12.0
4040
hooks:
4141
- id: pretty-format-toml
4242
args: [--autofix]

0 commit comments

Comments
 (0)