Skip to content

Commit d3b9ffb

Browse files
committed
ignore isinstance
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 1fbdfb4 commit d3b9ffb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/scripts/validate_lockfiles.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ validate_lockfile() {
1313
fi
1414

1515
# YAML syntax check and ensure it's a flat dict
16+
# cspell:ignore isinstance
1617
if ! python3 -c "
1718
import yaml, sys
1819
with open('$lockfile') as f:

0 commit comments

Comments
 (0)