Skip to content

Updated config.py to remove Optional and use python standard of Postg… #172

Updated config.py to remove Optional and use python standard of Postg…

Updated config.py to remove Optional and use python standard of Postg… #172

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