nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
130 stars 73 forks source link

fix: flake8 extended-ignore #186

Closed moto-timo closed 1 year ago

moto-timo commented 1 year ago

Fixes: Error code '#' supplied to 'ignore' option does not match '^[A-Z]{1,3}[0-9]{0,3}$'

https://stackoverflow.com/questions/74558565/flake8-error-code-supplied-to-ignore-option-does-not-match-a-z1-30

cclauss commented 1 year ago

@moto-timo Would you be up for creating a pull request that replaces flake8 with https://pypi.org/project/ruff ?