We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c2540 commit dddb63fCopy full SHA for dddb63f
1 file changed
prospector/blender_combinations.yaml
@@ -1351,3 +1351,15 @@ combinations:
1351
- # Use lazy % formatting in logging functions
1352
- pylint: logging-fstring-interpolation
1353
- 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
1362
1363
+ - # Missing return type annotation for public function `{}` [Fix applicability: unsafe]
1364
+ - ruff: ANN201
1365
+ - mypy: no-untyped-def
0 commit comments