Recreate snapshots after rebase

This commit is contained in:
Jonas Vacek 2025-10-07 13:30:55 +02:00
parent 616174f5d6
commit 496aad45e1
No known key found for this signature in database
8 changed files with 8 additions and 7 deletions

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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 = []