ops: Update ruff pre-commit rules
This commit is contained in:
@@ -10,8 +10,10 @@ exclude = [
|
|||||||
"benchmarks.py",
|
"benchmarks.py",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Assume Python 3.9
|
# Assume Python 3.10
|
||||||
target-version = "py39"
|
target-version = "py310"
|
||||||
|
# Allow lines to be as long as 120.
|
||||||
|
line-length = 120
|
||||||
|
|
||||||
[lint]
|
[lint]
|
||||||
select = ["E", "F", "W"]
|
select = ["E", "F", "W"]
|
||||||
|
|||||||
Reference in New Issue
Block a user