You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decisions will have to be made on new checks and if we want to implement them or ignore them. Example issue:
./iiif_prezi3/helpers/add_label.py:20:20: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/helpers/add_label.py:31:20: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/helpers/auto_fields.py:123:14: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/helpers/auto_fields.py:125:14: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/helpers/make_range.py:14:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/helpers/make_range.py:19:14: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/loader.py:9:23: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/loader.py:11:44: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/loader.py:36:8: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/loader.py:39:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
./iiif_prezi3/loader.py:47:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
The text was updated successfully, but these errors were encountered:
glenrobson
changed the title
E721 do not compare types, for exact checks use is / is not, for instance checks use isinstance()
Upgrade flake8 to verison 7.1.1
Nov 23, 2024
Decisions will have to be made on new checks and if we want to implement them or ignore them. Example issue:
The text was updated successfully, but these errors were encountered: