Răsfoiți Sursa

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 ani în urmă
părinte
comite
885364ce15
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

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