diff options
| author | Christian Clauss <cclauss@me.com> | 2025-02-18 10:01:09 +0100 |
|---|---|---|
| committer | Christian Clauss <cclauss@me.com> | 2025-02-25 13:02:49 +0100 |
| commit | dc2fcfcc5511a371ff684f7d7772e7a7b479246d (patch) | |
| tree | 72ba38184b3291afd41200da2a8a482868308a6a /tools/gen-cpydiff.py | |
| parent | 3f0dd13d931c88a759a779853dfeaee566f0e79a (diff) | |
all: Upgrade to ruff v0.9.6.
Signed-off-by: Christian Clauss <cclauss@me.com>
Diffstat (limited to 'tools/gen-cpydiff.py')
| -rw-r--r-- | tools/gen-cpydiff.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gen-cpydiff.py b/tools/gen-cpydiff.py index 578b6c136..c0b573438 100644 --- a/tools/gen-cpydiff.py +++ b/tools/gen-cpydiff.py @@ -22,9 +22,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -""" gen-cpydiff generates documentation which outlines operations that differ between MicroPython - and CPython. This script is called by the docs Makefile for html and Latex and may be run - manually using the command make gen-cpydiff. """ +"""gen-cpydiff generates documentation which outlines operations that differ between MicroPython +and CPython. This script is called by the docs Makefile for html and Latex and may be run +manually using the command make gen-cpydiff.""" import os import subprocess |
