Python logoPython/
PYL-W1305

Combined specification detected for format stringPYL-W1305

Major severityMajor
Bug Risk categoryBug Risk

Format string contains both automatic field numbering (e.g. {}) and manual field specification (e.g. {0}). This is an error. Please use only one of the specifications.