Skip to content

Commit 6f5d5ca

Browse files
authored
Merge pull request #775 from prospector-dev/blending
Add some Blending combinations
2 parents 2ca956a + dddb63f commit 6f5d5ca

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)