From 1efd6d20ac5d2f9fe55a87098e5d3bdfc9fe207a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Tue, 13 Jul 2021 17:19:24 +0200 Subject: [PATCH] Remove pep8speaks (#8392) --- .pep8speaks.yml | 22 ---------------------- requirements/test.txt | 2 -- 2 files changed, 24 deletions(-) delete mode 100644 .pep8speaks.yml diff --git a/.pep8speaks.yml b/.pep8speaks.yml deleted file mode 100644 index e08b6fb7b5..0000000000 --- a/.pep8speaks.yml +++ /dev/null @@ -1,22 +0,0 @@ -# File : .pep8speaks.yml - -scanner: - diff_only: True # If False, the entire file touched by the Pull Request is scanned for errors. If True, only the diff is scanned. - linter: pycodestyle # Other option is flake8 - -#pycodestyle: # this is dropped in favor od unified config -# see: https://github.com/OrkoHunter/pep8speaks/issues/95#issuecomment-470887715 - -no_blank_comment: True # If True, no comment is made on PR without any errors. -descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file - -message: # Customize the comment made by the bot, - opened: # Messages when a new PR is submitted - header: "Hello @{name}! Thanks for opening this PR. " - # The keyword {name} is converted into the author's username - footer: "Do see the [Hitchhiker's guide to code style](https://goo.gl/hqbW4r)" - # The messages can be written as they would over GitHub - updated: # Messages when new commits are added to the PR - header: "Hello @{name}! Thanks for updating this PR. " - footer: "" # Why to comment the link to the style guide everytime? :) - no_errors: "There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: " diff --git a/requirements/test.txt b/requirements/test.txt index ead9931f1a..75986601dd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,10 +1,8 @@ coverage>5.2.0 codecov>=2.1 pytest>=6.0 -flake8>=3.6 check-manifest twine==3.2 -isort>=5.6.4 mypy>=0.900 pre-commit>=1.0