summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2024-04-25 07:19:50 +0300
committerEd Tanous <ed@tanous.net>2024-04-25 21:47:11 +0300
commit98df875b683ef4bc3b1be46300db67f35d11bac3 (patch)
tree6a60f5e1a879bc909e690586fba22cccbeeb0109
parent482a69e72d6be4d9fdefa7b45207e8ac83d4a1a5 (diff)
downloadbmcweb-98df875b683ef4bc3b1be46300db67f35d11bac3.tar.xz
Remove setup.cfg file from the repository
OpenBMC CI has migrated from using `pycodestyle` to `flake8` as part of this[1] commit. Unlike `pycodestyle` , `flake8` does not rely on the presence of setup.cfg file in their root path as a trigger, but it runs on all repositories by default. Hence there is no need of having setup.cfg file, so removing it from the repository. [1]: https://github.com/openbmc/openbmc-build-scripts/commit/c5ad7ff440cfd94fc025efbd45a3859475b18820 Change-Id: I3f38138d0cbf96a3248e2baf2ed59a816a043b68 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index d9fc1485f5..0000000000
--- a/setup.cfg
+++ /dev/null
@@ -1 +0,0 @@
-# Empty config to trigger pycodestyle.