You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/11/09 21:38:22 UTC

[allura] 03/06: change [pep8] to [pycodestyle]

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/pep8_nov2022
in repository https://gitbox.apache.org/repos/asf/allura.git

commit be3e33e2810fc0689516185c1fabea64343f967a
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Nov 9 16:19:03 2022 -0500

    change [pep8] to [pycodestyle]
---
 Allura/setup.cfg          | 2 +-
 AlluraTest/setup.cfg      | 2 +-
 ForgeActivity/setup.cfg   | 2 +-
 ForgeBlog/setup.cfg       | 2 +-
 ForgeChat/setup.cfg       | 2 +-
 ForgeDiscussion/setup.cfg | 2 +-
 ForgeFeedback/setup.cfg   | 2 +-
 ForgeFiles/setup.cfg      | 2 +-
 ForgeGit/setup.cfg        | 2 +-
 ForgeImporters/setup.cfg  | 2 +-
 ForgeLink/setup.cfg       | 2 +-
 ForgeSVN/setup.cfg        | 2 +-
 ForgeShortUrl/setup.cfg   | 2 +-
 ForgeTracker/setup.cfg    | 2 +-
 ForgeUserStats/setup.cfg  | 2 +-
 ForgeWiki/setup.cfg       | 2 +-
 setup.cfg                 | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/Allura/setup.cfg b/Allura/setup.cfg
index 3398fc4e9..453efd7e3 100644
--- a/Allura/setup.cfg
+++ b/Allura/setup.cfg
@@ -15,7 +15,7 @@
 #       specific language governing permissions and limitations
 #       under the License.
 
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/AlluraTest/setup.cfg b/AlluraTest/setup.cfg
index 14bf9ca18..dc59fc75c 100644
--- a/AlluraTest/setup.cfg
+++ b/AlluraTest/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeActivity/setup.cfg b/ForgeActivity/setup.cfg
index 989542f50..c86f54040 100644
--- a/ForgeActivity/setup.cfg
+++ b/ForgeActivity/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeBlog/setup.cfg b/ForgeBlog/setup.cfg
index 0f1091a87..1f0e936bc 100644
--- a/ForgeBlog/setup.cfg
+++ b/ForgeBlog/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeChat/setup.cfg b/ForgeChat/setup.cfg
index 62fb31052..80089c8d0 100644
--- a/ForgeChat/setup.cfg
+++ b/ForgeChat/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeDiscussion/setup.cfg b/ForgeDiscussion/setup.cfg
index cad5dc70e..491caac9a 100644
--- a/ForgeDiscussion/setup.cfg
+++ b/ForgeDiscussion/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeFeedback/setup.cfg b/ForgeFeedback/setup.cfg
index feae30657..e04e3e8e2 100644
--- a/ForgeFeedback/setup.cfg
+++ b/ForgeFeedback/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeFiles/setup.cfg b/ForgeFiles/setup.cfg
index 1181fa30b..bbcd097b4 100644
--- a/ForgeFiles/setup.cfg
+++ b/ForgeFiles/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeGit/setup.cfg b/ForgeGit/setup.cfg
index 5b182c6a5..a7e174e4e 100644
--- a/ForgeGit/setup.cfg
+++ b/ForgeGit/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeImporters/setup.cfg b/ForgeImporters/setup.cfg
index c66965b0b..2d063f9d1 100644
--- a/ForgeImporters/setup.cfg
+++ b/ForgeImporters/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeLink/setup.cfg b/ForgeLink/setup.cfg
index 580ae47c7..8b29b373a 100644
--- a/ForgeLink/setup.cfg
+++ b/ForgeLink/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeSVN/setup.cfg b/ForgeSVN/setup.cfg
index 2eced00fe..479785ef8 100644
--- a/ForgeSVN/setup.cfg
+++ b/ForgeSVN/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeShortUrl/setup.cfg b/ForgeShortUrl/setup.cfg
index dcf13118b..6798578f6 100644
--- a/ForgeShortUrl/setup.cfg
+++ b/ForgeShortUrl/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeTracker/setup.cfg b/ForgeTracker/setup.cfg
index e9b9a0c7b..8551d861d 100644
--- a/ForgeTracker/setup.cfg
+++ b/ForgeTracker/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeUserStats/setup.cfg b/ForgeUserStats/setup.cfg
index f25f83d83..a208f628e 100644
--- a/ForgeUserStats/setup.cfg
+++ b/ForgeUserStats/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/ForgeWiki/setup.cfg b/ForgeWiki/setup.cfg
index 7e4ece29d..5a71cb269 100644
--- a/ForgeWiki/setup.cfg
+++ b/ForgeWiki/setup.cfg
@@ -1,4 +1,4 @@
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]
diff --git a/setup.cfg b/setup.cfg
index 1ba576aeb..ed6ec68d5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,7 @@
 #       specific language governing permissions and limitations
 #       under the License.
 
-[pep8]
+[pycodestyle]
 max-line-length = 119
 
 [flake8]