[Patchew-devel] [PATCH 4/4] add black configuration

Paolo Bonzini pbonzini at redhat.com
Sat May 25 08:39:27 UTC 2019


---
 pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..2ae6e53
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[tool.black]
+target_version = ['py35']
+exclude = '/(?:\.git/|\.tox/|venv/|api/migrations/\d{4}_(?!populate|fix|deblob))'
-- 
2.21.0




More information about the Patchew-devel mailing list