[Mlir-commits] [mlir] d3d9377 - [mlir] delete yapf config files, NFC
Alex Zinenko
llvmlistbot at llvm.org
Thu Jul 27 05:27:35 PDT 2023
Author: Alex Zinenko
Date: 2023-07-27T12:27:29Z
New Revision: d3d93772da6b0376575da30793a2a3ed11bf58b5
URL: https://github.com/llvm/llvm-project/commit/d3d93772da6b0376575da30793a2a3ed11bf58b5
DIFF: https://github.com/llvm/llvm-project/commit/d3d93772da6b0376575da30793a2a3ed11bf58b5.diff
LOG: [mlir] delete yapf config files, NFC
LLVM has converged to using black for Python formatting. Remove the yapf
configs MLIR used to rely on before that (the reformatting has already
happened).
Added:
Modified:
Removed:
mlir/python/.style.yapf
mlir/test/python/.style.yapf
################################################################################
diff --git a/mlir/python/.style.yapf b/mlir/python/.style.yapf
deleted file mode 100644
index 9ef1dc15ba6209..00000000000000
--- a/mlir/python/.style.yapf
+++ /dev/null
@@ -1,4 +0,0 @@
-[style]
- based_on_style = google
- column_limit = 80
- indent_width = 2
diff --git a/mlir/test/python/.style.yapf b/mlir/test/python/.style.yapf
deleted file mode 100644
index 9ef1dc15ba6209..00000000000000
--- a/mlir/test/python/.style.yapf
+++ /dev/null
@@ -1,4 +0,0 @@
-[style]
- based_on_style = google
- column_limit = 80
- indent_width = 2
More information about the Mlir-commits
mailing list