ci: add pre-commit to cleanup ignore lists

This commit is contained in:
Fu Hanxi
2023-08-03 08:31:11 +08:00
parent 0cee3ac6db
commit 60db076a96
10 changed files with 73 additions and 378 deletions
+6
View File
@@ -158,6 +158,12 @@ repos:
language: python
always_run: true
pass_filenames: false
- id: cleanup-ignore-lists
name: Remove non-existing patterns from ignore lists
entry: tools/ci/cleanup_ignore_lists.py
language: python
always_run: true
require_serial: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks: