diff --git a/data/tools/pylyzer.yml b/data/tools/pylyzer.yml new file mode 100644 index 0000000000..2bd516baf8 --- /dev/null +++ b/data/tools/pylyzer.yml @@ -0,0 +1,15 @@ +name: pylyzers +categories: + - linter +tags: + - python +license: MIT +types: + - cli +source: 'https://github.com/mtshiba/pylyzer' +homepage: 'https://mtshiba.github.io/pylyzer/' +resources: ~ +demos: ~ +description: >- + A static code analyzer / language server for Python, written in Rust, focused + on type checking and readable output.