Skip to content

Commit 1e7a929

Browse files
Bump ruff from 0.12.9 to 0.12.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.9 to 0.12.11. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.9...0.12.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df7389c commit 1e7a929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dev = [
5959
"piqtree[typing]"
6060
]
6161
test = ["pytest", "pytest-cov", "pytest-markdown-docs", "pytest-mock", "nox"]
62-
lint = ["ruff==0.12.9"]
62+
lint = ["ruff==0.12.11"]
6363
typing = ["mypy==1.17.1", "piqtree[stubs]", "piqtree[test]"]
6464
stubs = ["types-PyYAML", "types-requests"]
6565
extra = ["cogent3[extra]"]

0 commit comments

Comments
 (0)