Skip to content

Commit 17c3d11

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.262...v0.1.9) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.38.0](igorshubovych/markdownlint-cli@v0.33.0...v0.38.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.8.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.8.0...v2.12.0)
1 parent 2366e90 commit 17c3d11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: debug-statements
@@ -18,23 +18,23 @@ repos:
1818
- id: end-of-file-fixer
1919

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

25-
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: v0.0.262
25+
- repo: https://github.com/astral-sh/ruff-pre-commit
26+
rev: v0.1.9
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix]
3030

3131
- repo: https://github.com/igorshubovych/markdownlint-cli
32-
rev: v0.33.0
32+
rev: v0.38.0
3333
hooks:
3434
- id: markdownlint-fix
3535

3636
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
37-
rev: v2.8.0
37+
rev: v2.12.0
3838
hooks:
3939
- id: pretty-format-toml
4040
args: [--autofix]

0 commit comments

Comments
 (0)