Skip to content

Commit 0b82617

Browse files
committed
add semgrep
1 parent d4f1453 commit 0b82617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ If you need to write your own formatter, these are libraries for you.
8282
+ [massedit](https://github.com/elmotec/massedit): edit text files with Python.
8383
+ [refactor](https://github.com/isidentical/refactor): AST-based fragmental source code refactoring toolkit.
8484
+ [rope](https://github.com/python-rope/rope): refactoring library.
85+
+ [semgrep](https://github.com/returntocorp/semgrep): like grep but for code. Supports [--autofix](https://semgrep.dev/docs/writing-rules/rule-syntax/#fix) flag for simple replacement of matched code.
8586

8687
## Code generators
8788

0 commit comments

Comments
 (0)