mirror of https://github.com/astral-sh/ruff
More snapshots for toml
This commit is contained in:
parent
496aad45e1
commit
331623e48d
|
|
@ -179,6 +179,7 @@ linter.flake8_self.ignore_names = [
|
||||||
_name_,
|
_name_,
|
||||||
_value_,
|
_value_,
|
||||||
]
|
]
|
||||||
|
linter.flake8_django.additional_path_functions = []
|
||||||
linter.flake8_tidy_imports.ban_relative_imports = "parents"
|
linter.flake8_tidy_imports.ban_relative_imports = "parents"
|
||||||
linter.flake8_tidy_imports.banned_api = {}
|
linter.flake8_tidy_imports.banned_api = {}
|
||||||
linter.flake8_tidy_imports.banned_module_level_imports = []
|
linter.flake8_tidy_imports.banned_module_level_imports = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue