adrienverge / yamllint

A linter for YAML files.
GNU General Public License v3.0
2.86k stars 273 forks source link

style: apply ruff suggestion #627

Closed DimitriPapadopoulos closed 9 months ago

DimitriPapadopoulos commented 9 months ago

Fixes the only error reported by ruff using default settings:

E721 Do not compare types, use `isinstance()`
coveralls commented 9 months ago

Coverage Status

coverage: 99.415%. remained the same when pulling 077931a5ad75ec28b753fc72a8263c1a445ea6dc on DimitriPapadopoulos:ruff into 152ba20f339588a872777eafb888f0073e83cafb on adrienverge:master.