Update pylint plugin to validate _async_has_devices (#66512)

This commit is contained in:
Marc Mueller
2022-02-14 18:10:50 +01:00
committed by GitHub
parent 8456c6416e
commit ab67ba20f5
10 changed files with 28 additions and 10 deletions

View File

@ -102,7 +102,7 @@ components: &components
# Testing related files that affect the whole test/linting suite
tests: &tests
- codecov.yaml
- pylint/*
- pylint/**
- requirements_test_pre_commit.txt
- requirements_test.txt
- tests/auth/**