touchup #418
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Flake8
failed
Nov 6, 2023 in 0s
1 error
Flake8 found 1 error
Annotations
Check failure on line 16 in scripts/item.py
github-actions / Flake8
scripts/item.py#L16
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
Loading