Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New README.md #50

Merged
merged 13 commits into from
Sep 2, 2024
7 changes: 6 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ jobs:
python -m pip install -r ./requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
pylint $(git ls-files 'ufpy/*.py') --fail-under=7.0
- name: Update Pylint badge
bleudev marked this conversation as resolved.
Show resolved Hide resolved
uses: Silleellie/pylint-github-action@v2
with:
lint-path: ufpy
python-version: 3.12
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[![Pypi](https://img.shields.io/pypi/v/ufpy?style=flat&logo=pypi&logoColor=white&label)](https://pypi.org/project/ufpy)
[![Python version](https://img.shields.io/badge/3.12%2B-blue?logo=python&logoColor=white)](https://python.org)
[![pylint]()](https://github.com/honey-team/ufpy)
bleudev marked this conversation as resolved.
Show resolved Hide resolved

# ufpy
Ufpy (Useful Python) - package for Python with some useful features
Loading