Skip to content

Remove checking of OneToOneField type in determining primary key name. #146

Remove checking of OneToOneField type in determining primary key name.

Remove checking of OneToOneField type in determining primary key name. #146

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/[email protected]