Skip to content

Added a field_validator to the config.py that will url encode (#79) #173

Added a field_validator to the config.py that will url encode (#79)

Added a field_validator to the config.py that will url encode (#79) #173

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1