Sfoglia il codice sorgente

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 anni fa
parent
commit
885364ce15
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

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