From e80913996d34c267df044b8ad2f08ee437467c7a Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Thu, 1 Jul 2021 23:56:45 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11d80e3..be2203c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ ![PyPI](https://img.shields.io/pypi/v/parameter-expansion) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/parameter-expansion) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/parameter-expansion) -[![CodeQL](https://github.com/kojiromike/parameter-expansion/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/kojiromike/parameter-expansion/actions/workflows/codeql-analysis.yml) -[![Tests](https://github.com/kojiromike/parameter-expansion/actions/workflows/test.yml/badge.svg)](https://github.com/kojiromike/parameter-expansion/actions/workflows/test.yml) ![PyPI - Downloads](https://img.shields.io/pypi/dm/parameter-expansion) +[![Tests](https://github.com/kojiromike/parameter-expansion/actions/workflows/test.yml/badge.svg)](https://github.com/kojiromike/parameter-expansion/actions/workflows/test.yml) +[![CodeQL](https://github.com/kojiromike/parameter-expansion/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/kojiromike/parameter-expansion/actions/workflows/codeql-analysis.yml) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) + + This is an experiment to create a Python library to enable [POSIX parameter expansion][1] from a string.