1
0
mirror of https://github.com/home-assistant/core synced 2024-07-08 20:17:01 +00:00

Trigger full CI run on pylint amends (#65430)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet 2022-02-07 10:58:30 +01:00 committed by GitHub
parent 791b700ac2
commit 03ade194ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ components: &components
# Testing related files that affect the whole test/linting suite
tests: &tests
- codecov.yaml
- pylint/*
- requirements_test_pre_commit.txt
- requirements_test.txt
- tests/auth/**
@ -111,6 +112,7 @@ tests: &tests
- tests/helpers/*
- tests/ignore_uncaught_exceptions.py
- tests/mock/*
- tests/pylint/*
- tests/scripts/*
- tests/test_util/*
- tests/testing_config/**