mirror of https://github.com/astral-sh/ruff
Recreate snapshots after rebase
This commit is contained in:
parent
616174f5d6
commit
496aad45e1
|
|
@ -9,7 +9,6 @@ info:
|
|||
- concise
|
||||
- "--show-settings"
|
||||
- test.py
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -180,6 +179,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 = []
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ info:
|
|||
- UP007
|
||||
- test.py
|
||||
- "-"
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -182,6 +181,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 = []
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ info:
|
|||
- UP007
|
||||
- test.py
|
||||
- "-"
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -184,6 +183,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 = []
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ info:
|
|||
- py310
|
||||
- test.py
|
||||
- "-"
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -184,6 +183,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 = []
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ info:
|
|||
- "--select"
|
||||
- UP007
|
||||
- foo/test.py
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -181,6 +180,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 = []
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ info:
|
|||
- "--select"
|
||||
- UP007
|
||||
- foo/test.py
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -181,6 +180,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 = []
|
||||
|
|
|
|||
|
|
@ -179,6 +179,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 = []
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ info:
|
|||
- concise
|
||||
- test.py
|
||||
- "--show-settings"
|
||||
snapshot_kind: text
|
||||
---
|
||||
success: true
|
||||
exit_code: 0
|
||||
|
|
@ -180,6 +179,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