Skip to content

Commit a05cb34

Browse files
authored
[Config] Update ruff setings to recent versions - resolves #96 (#100)
1 parent b517983 commit a05cb34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@ line-length = 100
147147
extend-ignore = ["F841"]
148148
select = ["E", "F", "I", "Q"]
149149

150-
[lint.isort]
150+
[tool.ruff.lint.isort]
151151
required-imports = ["from __future__ import annotations"]
152152

153-
[lint.per-file-ignores]
153+
[tool.ruff.lint.per-file-ignores]
154154
"__init__.py" = ["F401"]
155155

156-
[lint.mccabe]
156+
[tool.ruff.lint.mccabe]
157157
max-complexity = 15
158158

159-
[lint.flake8-quotes]
159+
[tool.ruff.lint.flake8-quotes]
160160
docstring-quotes = "double"
161161

162162
[tool.black]

0 commit comments

Comments
 (0)