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
We are migrating some projects to UUIDv7, and found this same limitation when trying to avoid using uuid.uuid4(). With the following configuration, the error isn't triggered:
[flake8]
banned-modules =
uuid.uuid4 = Use UUIDv7 instead, with uuid6.uuid7().
If you have
banned-modules
set tofoo.bar = baz
, this code doesn't trigger an error:...when really it should.
The text was updated successfully, but these errors were encountered: