Skip to content

Commit 9364acc

Browse files
authored
chore: upgrade ruff in precommit config (#165)
1 parent b774b5f commit 9364acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- id: pyupgrade
5050
args: [--py310-plus]
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.9.2
52+
rev: v0.11.6
5353
hooks:
5454
- id: ruff
5555
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ documentation = "https://mostly-ai.github.io/mostlyai-qa/"
4949
[dependency-groups]
5050
dev = [
5151
"pytest>=8.0",
52-
"ruff>=0.11",
52+
"ruff>=0.11", # sync'ed with .pre-commit-config
5353
"pre-commit>=4.0",
5454
"twine>=6.1",
5555
"ipykernel>=6.25",

0 commit comments

Comments
 (0)