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

root pushed a commit to branch frazer/flake8
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit f215cb726bddfc40d3c5fa651e9f64fcc74393d0
Author: Chandan Singh <[email protected]>
AuthorDate: Mon Nov 11 16:37:15 2019 +0000

    Remove pycodestyle
    
    Now that PEP8 style is enforced by Black, we don't need another tool
    checking the same. So, remove all configuration related to
    `pycodestyle`.
---
 requirements/dev-requirements.in  | 1 -
 requirements/dev-requirements.txt | 1 -
 setup.cfg                         | 5 -----
 tox.ini                           | 1 -
 4 files changed, 8 deletions(-)

diff --git a/requirements/dev-requirements.in b/requirements/dev-requirements.in
index 8b87107..cbf44c4 100644
--- a/requirements/dev-requirements.in
+++ b/requirements/dev-requirements.in
@@ -1,5 +1,4 @@
 pylint
-pycodestyle
 pytest >= 3.9
 pytest-datafiles >= 2.0
 pytest-env
diff --git a/requirements/dev-requirements.txt 
b/requirements/dev-requirements.txt
index c493018..bd84499 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,5 +1,4 @@
 pylint==2.3.1
-pycodestyle==2.5.0
 pytest==5.1.2
 pytest-datafiles==2.0
 pytest-env==0.6.2
diff --git a/setup.cfg b/setup.cfg
index eb61e35..3637586 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,11 +23,6 @@ markers =
     remoteexecution: run test only if --remote-execution option is specified
 xfail_strict=True
 
-[pycodestyle]
-max-line-length = 119
-ignore = E129,E125,W504,W605
-exclude = 
.git/**,.tox/**,.eggs/**,build/**,doc/source/conf.py,src/buildstream/_fuse/fuse.py,src/buildstream/_protos/**/*py,tmp/**
-
 [mypy]
 files = src
 warn_unused_configs = True
diff --git a/tox.ini b/tox.ini
index 4cc7f3a..8d78ee5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -131,7 +131,6 @@ commands_pre =
     {envpython} setup.py build_ext --inplace
 
 commands =
-    pycodestyle {posargs}
     pylint {posargs: src/buildstream tests}
 deps =
     -rrequirements/requirements.txt

Reply via email to