Skip to content

Commit

Permalink
Merge pull request #8 from workfloworchestrator/badges
Browse files Browse the repository at this point in the history
Add version badges
  • Loading branch information
Mark90 authored Jun 13, 2023
2 parents 582839e + f9f6ea6 commit 55245ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.9
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- flake8-rst-docstrings
- flake8-tidy-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.2.0
hooks:
- id: mypy
language_version: python3.9
Expand Down
1 change: 0 additions & 1 deletion .stignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ dmypy.json

# OSX stuff
.DS_Store

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Pydantic forms

[![pypi_version](https://img.shields.io/pypi/v/pydantic-forms?color=%2334D058&label=pypi%20package)](https://pypi.org/project/pydantic-forms)
[![Supported python versions](https://img.shields.io/pypi/pyversions/pydantic-forms.svg?color=%2334D058)](https://pypi.org/project/pydantic-forms)

A python package that lets you add smart forms to [FastAPI](https://fastapi.tiangolo.com/)
and [Flask](https://palletsprojects.com/p/flask/). Forms will respond with a JSON scheme that
contains all info needed in a Recat frontend with uniforms to render the forms and handle all validation tasks.
Expand Down

0 comments on commit 55245ef

Please sign in to comment.