mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-19 12:44:11 +08:00
chore(ci): move black config to pyproject.toml (#93)
* chore(ci): move black config to pyproject.toml * chore(deps): update target version
This commit is contained in:
@ -14,7 +14,6 @@ repos:
|
|||||||
rev: 22.10.0
|
rev: 22.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: ["--target-version", "py37"]
|
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 6.0.0
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -65,7 +65,10 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
py_version = 37
|
py_version = 38
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
target-version = ["py38"]
|
||||||
|
|
||||||
[tool.poetry.plugins]
|
[tool.poetry.plugins]
|
||||||
[tool.poetry.plugins."console_scripts"]
|
[tool.poetry.plugins."console_scripts"]
|
||||||
|
Reference in New Issue
Block a user