Hello, We were preparing a blog post about how to use autopep8 with a Satori CI <a href=https://github.com/satorici/playbooks/blob/main/code/python/lint/autopep8.yml>playbook</a>, and we wanted to check first if everything looks ok. We ran autopep8 against 16769 recently updated public repositories and sometimes is throwing a warning: ``` <string>:1: SyntaxWarning: "is" with 'int' literal. Did you mean "=="? ``` POC: <img width="990" height="647" alt="Image" src="https://github.com/user-attachments/assets/c273b751-a7c1-41db-bcd2-a4e3fa42c5be" /> Here is a list of reports & outputs with that warning: https://satori.ci/search/?playbook=satori%3A%2F%2Fcode%2Fpython%2Flint%2Fautopep8.yml&report_visibility=Public-Global&query=SyntaxWarning Thank you!