diff --git a/pyproject.toml b/pyproject.toml index 91fa2f5cbe..bf0bdbf21c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,7 @@ select = [ "W", # pycodestyle "YTT", # flake8-2020 "G", # flake8-logging-format + "INT" # flake8-gettext ] ignore = [ "B006", # mutable-argument-default