Skip to content

Commit 6928686

Browse files
committed
Bump Ruff to 0.11.5
1 parent eb5ca6e commit 6928686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docs = [
9292
"sphinxcontrib-websupport",
9393
]
9494
lint = [
95-
"ruff==0.11.4",
95+
"ruff==0.11.5",
9696
"mypy==1.15.0",
9797
"sphinx-lint>=0.9",
9898
"types-colorama==0.4.15.20240311",
@@ -135,7 +135,7 @@ docs = [
135135
"sphinxcontrib-websupport",
136136
]
137137
lint = [
138-
"ruff==0.11.4",
138+
"ruff==0.11.5",
139139
"sphinx-lint>=0.9",
140140
]
141141
package = [

tests/roots/test-ext-autodoc/target/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: NoQA: D403, PIE796
1+
# ruff: NoQA: PIE796
22
import enum
33
from typing import final
44

0 commit comments

Comments
 (0)