Skip to content

Commit dddb63f

Browse files
committed
Add some Blending combinations
1 parent d6c2540 commit dddb63f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

prospector/blender_combinations.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,3 +1351,15 @@ combinations:
13511351
- # Use lazy % formatting in logging functions
13521352
- pylint: logging-fstring-interpolation
13531353
- ruff: G004
1354+
1355+
- # No name '{}' in module '{}'
1356+
- pylint: no-name-in-module
1357+
- mypy: attr-defined
1358+
1359+
- # Module '{}' has no '{}' member
1360+
- pylint: no-member
1361+
- mypy: attr-defined
1362+
1363+
- # Missing return type annotation for public function `{}` [Fix applicability: unsafe]
1364+
- ruff: ANN201
1365+
- mypy: no-untyped-def

0 commit comments

Comments
 (0)