refactor: remove redundant excluded fields

These are already caught by the `option.isdigit()` check.
This commit is contained in:
barredterra 2024-04-29 11:40:02 +02:00
parent 0d2479fd37
commit 530aaaec26

View file

@ -3,9 +3,6 @@ import json
EXCLUDE_SELECT_OPTIONS = [
"naming_series",
"number_format",
"float_precision",
"currency_precision",
"minimum_password_score",
]