Skip to content

Commit 4daa21b

Browse files
xmo-odooKangOl
authored andcommitted
[chore] remove ruff required version
This makes ruff refuse to run if the versions don't match, and apparently ruff merges all the configuration files it finds or something, so it becomes impossible to run an up-to-date ruff on a mixed project without using `--ignore` or `--config` specifically. Part of odoo/upgrade#5175 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent e9bb9f4 commit 4daa21b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
line-length = 120
33

44
[tool.ruff]
5-
required-version = "0.0.288"
65
fix = true
76
show-fixes = true
87
ignore = [

0 commit comments

Comments
 (0)