diff --git a/data/tools/codemodder-python.yml b/data/tools/codemodder-python.yml new file mode 100644 index 0000000000..9a4a363d6b --- /dev/null +++ b/data/tools/codemodder-python.yml @@ -0,0 +1,12 @@ +name: Codemodder +categories: + - linter +tags: + - python +license: GNU AFFERO GENERAL PUBLIC LICENSE 3.0 +types: + - cli +source: 'https://github.com/pixee/codemodder-python' +homepage: 'https://codemodder.io/' +description: >- + Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems.