long2ice / meilisync-admin

A web admin dashboard for meilisync

Home Page:https://meilisync-admin-demo.long2ice.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black and python version mismatch

sanders41 opened this issue · comments

In the pyproject.toml the minimum python version is set to 3.11, but the black target versions are target-version = ['py37', 'py38', 'py39', 'py310'].

I'm assuming either target versions should be target-version = ['py38', 'py39', 'py310', 'py311'] and python should be python = "^3.8" (I would recommend dropping 3.7 since it is EOL), or if the python version is correct at 3.11 the target version should be target-version = ['py311'].

That's right.