Merge "Add migration_cli.py to mypy exclude list"

This commit is contained in:
Zuul
2024-11-06 21:07:38 +00:00
committed by Gerrit Code Review

View File

@@ -24,6 +24,7 @@ exclude = (?x)(
| ^neutron/agent/ovn/metadata/server.py$
| ^neutron/agent/securitygroups_rpc.py$
| ^neutron/api/rpc/callbacks/version_manager.py$
| ^neutron/conf/db/migration_cli.py$
| ^neutron/db/l3_dvr_db.py$
| ^neutron/db/l3_hamode_db.py$
| ^neutron/db/migration/alembic_migrations/env.py$