Просмотр исходного кода

Add pyproject.toml file

This is the replacement for setup.cfg.  For now, only black is
included, as black has moved completely to this file, and
including this file is what enables black automatically in some
tools these days.
Jason Rumney 2 лет назад
Родитель
Сommit
885364ce15
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

@@ -0,0 +1,2 @@
+[tool.black]
+target-version = ["py310", "py311"]