darker
Code formatter
Reformat modified Python code to improve readability and consistency
Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
637 stars
11 watching
55 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
pythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
| Automates code formatting for Python using Black and YAPF to improve readability | 368 |
| Facilitates invocation of code formatters in JupyterLab | 856 |
| Automatically formats Python code to conform to PEP 8 style guide. | 84 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| Checks Python string formatting against the latest standard | 14 |
| A tool to identify encoding issues in Python code | 6 |
| A tool that reformat Haskell source code to make it more readable and consistent | 563 |
| A tool for modifying Swift code, generating boilerplate and formatting, using Apple's SwiftSyntax framework. | 103 |
| A tool that formats Haskell source code into a more readable layout | 180 |
| Tools and utilities for generating encoded versions of input data | 9 |
| Transforms Python 2 source code into compatible Python 3 and 2.6+ code | 356 |
| Adapting clean code principles to machine learning and data science in Python | 714 |
| A tool that formats Nix code according to a comprehensive style guide | 878 |
| A Lua code formatter with syntax variants for different versions of the language | 1,639 |
| A Haskell library for string formatting with a mini language inspired by Python's printf. | 66 |