mirror of https://github.com/astral-sh/ruff
accept more missed snapshot reviewa
This commit is contained in:
parent
e491de2d2b
commit
616174f5d6
|
|
@ -292,6 +292,7 @@ linter.flake8_self.ignore_names = [
|
|||
_name_,
|
||||
_value_,
|
||||
]
|
||||
linter.flake8_django.additional_path_functions = []
|
||||
linter.flake8_tidy_imports.ban_relative_imports = "parents"
|
||||
linter.flake8_tidy_imports.banned_api = {}
|
||||
linter.flake8_tidy_imports.banned_module_level_imports = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue