From 1a7a44f155e2ffc70ded358b5f8c3374b3c600a9 Mon Sep 17 00:00:00 2001 From: Pixee OSS Assistant <148879594+pixeeai@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:51:25 -0500 Subject: [PATCH] Add Codemodder (Python) (#1525) --- data/tools/codemodder-python.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/tools/codemodder-python.yml 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.