Skip to content

Commit a94105e

Browse files
pre-commit-ci[bot]jacobtylerwalls
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.5...v0.4.7) - [github.com/rbubley/mirrors-prettier: v3.2.5 → v3.3.0](rbubley/mirrors-prettier@v3.2.5...v3.3.0)
1 parent 86e1943 commit a94105e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.4.5"
20+
rev: "v0.4.7"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -142,7 +142,7 @@ repos:
142142
]
143143
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
144144
- repo: https://github.com/rbubley/mirrors-prettier
145-
rev: v3.2.5
145+
rev: v3.3.0
146146
hooks:
147147
- id: prettier
148148
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)