Skip to content

Instantly share code, notes, and snippets.

@filiptronicek
Created February 11, 2024 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filiptronicek/a2e1ad5c07bfe20e8a93ca5a4db7a377 to your computer and use it in GitHub Desktop.
Save filiptronicek/a2e1ad5c07bfe20e8a93ca5a4db7a377 to your computer and use it in GitHub Desktop.
Test autofix script
const { register } = require("./update-lang-python");
const fixers = [[]];
await register(fixers);
console.log(fixers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment