Skip to content

Commit c6c7a4d

Browse files
authored
Merge pull request #3 from pylint-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c19f7eb + 356144d commit c6c7a4d

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
@@ -11,18 +11,18 @@ repos:
1111
args: [--fix=lf]
1212
- id: debug-statements
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.1.4"
14+
rev: "v0.2.1"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
1818
exclude: "tests/input/"
1919
- repo: https://github.com/psf/black
20-
rev: 23.10.1
20+
rev: 24.2.0
2121
hooks:
2222
- id: black
2323
args: [--safe, --line-length=120]
2424
- repo: https://github.com/pre-commit/mirrors-prettier
25-
rev: v3.0.3
25+
rev: v4.0.0-alpha.8
2626
hooks:
2727
- id: prettier
2828
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)