Single line summaries of docstrings

This commit is contained in:
Julian Stirling 2025-07-10 01:58:14 +01:00
parent 35d47fe3ed
commit 4dc41bb008
20 changed files with 153 additions and 115 deletions

View file

@ -1,8 +1,5 @@
#! /usr/bin/env python3
"""A script to check that the npm version string matches the python
version string exactly.
"""
"""Check that the npm version string matches the Python version string exactly."""
import json
import tomllib