We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b774b5f commit 9364accCopy full SHA for 9364acc
.pre-commit-config.yaml
@@ -49,7 +49,7 @@ repos:
49
- id: pyupgrade
50
args: [--py310-plus]
51
- repo: https://github.com/astral-sh/ruff-pre-commit
52
- rev: v0.9.2
+ rev: v0.11.6
53
hooks:
54
- id: ruff
55
args: [ --fix ]
pyproject.toml
@@ -49,7 +49,7 @@ documentation = "https://mostly-ai.github.io/mostlyai-qa/"
[dependency-groups]
dev = [
"pytest>=8.0",
- "ruff>=0.11",
+ "ruff>=0.11", # sync'ed with .pre-commit-config
"pre-commit>=4.0",
"twine>=6.1",
"ipykernel>=6.25",
0 commit comments