Browse Source

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 years ago
parent
commit
885364ce15
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

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