Python_Stylechecker_for_Blender
Code Checker
Enables Pycodestyle to be integrated into Blender's Text Editor for Python code quality checking
Pycodestyle integrated into Blender Text Editor
13 stars
4 watching
4 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tin2tin/intellisense_for_blender_text_editor | Intelligent code completion system for the Blender Text Editor | 35 |
openstack/hacking | Automates style checks and code review to enforce uniform coding standards across large projects. | 240 |
ankitvgupta/pycodestyle-action | Automates style checking in Python code using pycodestyle and leaves comments on pull requests with errors | 8 |
cue/ocstyle | A tool that checks Objective-C code style and enforces basic documentation rules to maintain consistent coding practices. | 255 |
tin2tin/scene_strip_tools | Enables direct integration of 3D view and sequencer in Blender for storyboarding and previz. | 71 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
tin2tin/textmarker-blender-addon | An add-on for text editor that enables complex text formatting and manipulation capabilities | 6 |
wishtack/pysynthetic | Tools to simplify and enforce type checking in Python class definitions | 15 |
sublimelinter/sublimelinter-pydocstyle | Linter plugin for Python code quality checking using pydocstyle | 10 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
tin2tin/blender_screenwriter | An add-on for Blender that enables screenwriting and automatic previz/animatic generation for film production. | 193 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |