tools: precommit copyright check fails on windows

This commit is contained in:
Jan Brudný
2021-09-22 17:34:05 +02:00
committed by bot
parent bc8c191357
commit 3ce35ae455
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -101,8 +101,10 @@ repos:
name: Check copyright notices
entry: tools/ci/check_copyright.py --verbose --replace
additional_dependencies:
- comment_parser == 1.2.3
- thefuzz[speedup] == 0.19.0
- 'comment_parser == 1.2.3'
- 'thefuzz == 0.19.0'
- 'thefuzz[speedup] == 0.19.0; sys_platform != "win32"'
# don't depend on python-Levenshtein on Windows, as it requires Microsoft C++ Build Tools to install
language: python
files: \.(py|c|h|cpp|hpp|ld)$
require_serial: true