Explorar el Código

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 hace 3 años
padre
commit
885364ce15
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

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