reinstall black formatter

This commit is contained in:
Yax 2022-12-02 08:59:09 +01:00
parent 172039d7ab
commit 5ef4acf396
3 changed files with 2923 additions and 5518 deletions

View file

@ -4,7 +4,6 @@ version = "3.3"
description = "STAtic COmmenting SYStem"
authors = ["Yax"]
readme = "README.md"
include = ["run.py"]
[tool.poetry.dependencies]
python = "~3.11"
@ -22,8 +21,8 @@ pylint = "^2.15"
mypy = "^0.991"
pytest = "^7.2.0"
coveralls = "^3.3.1"
flake8-black = "^0.3.4"
pytest-cov = "^4.0.0"
black = "^22.10.0"
[build-system]
requires = ["poetry-core>=1.0.0"]