Skip to content

Commit 89b828f

Browse files
ggbeckermatusmarhefka
authored andcommitted
Add RUF069 (float-equality-comparison) to ruff ignore list.
We are not comparing floating points, the 10.2 in waivers is interpreted specially by the _Rhel class.
1 parent 3292984 commit 89b828f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ignore = [
3636
"RUF010", # explicit-f-string-type-conversion
3737
"RUF012", # mutable-class-default
3838
"RUF067", # non-empty-init-module
39+
"RUF069", # float-equality-comparison
3940
"RUF100", # unused-noqa
4041

4142
# rules from preview

0 commit comments

Comments
 (0)