test: Fix flake8-errmsg snapshots (#1260)

This commit is contained in:
Edgar R. M
2022-12-15 22:53:15 -06:00
committed by GitHub
parent 481d668511
commit 4ff0b75045
3 changed files with 21 additions and 9 deletions

View File

@@ -12,18 +12,18 @@ expression: checks
fix: ~
- kind: FStringInException
location:
row: 10
row: 14
column: 23
end_location:
row: 10
row: 14
column: 56
fix: ~
- kind: DotFormatInException
location:
row: 14
row: 18
column: 23
end_location:
row: 14
row: 18
column: 81
fix: ~

View File

@@ -10,20 +10,28 @@ expression: checks
row: 5
column: 53
fix: ~
- kind: FStringInException
- kind: RawStringInException
location:
row: 10
row: 9
column: 23
end_location:
row: 10
row: 9
column: 30
fix: ~
- kind: FStringInException
location:
row: 14
column: 23
end_location:
row: 14
column: 56
fix: ~
- kind: DotFormatInException
location:
row: 14
row: 18
column: 23
end_location:
row: 14
row: 18
column: 81
fix: ~