From d4b2c506273d17654d997b400ae310a3a64929c9 Mon Sep 17 00:00:00 2001 From: Dylan Herrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 10 Nov 2021 09:56:57 -0500 Subject: [PATCH 1/3] Removing pylint from library files and disabling black --- .pre-commit-config.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0afe50a..c5cd060 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,10 +3,6 @@ # SPDX-License-Identifier: Unlicense repos: -- repo: https://github.com/python/black - rev: 20.8b1 - hooks: - - id: black - repo: https://github.com/fsfe/reuse-tool rev: v0.12.1 hooks: @@ -19,11 +15,6 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/pylint rev: pylint-2.7.1 - hooks: - - id: pylint - name: pylint (library code) - types: [python] - exclude: "^(docs/|examples/|tests/|setup.py$)" - repo: local hooks: - id: pylint_examples From f5d98119a50306650f463b83939cdc1c063b1acb Mon Sep 17 00:00:00 2001 From: Dylan Herrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:02:33 -0500 Subject: [PATCH 2/3] Might fix --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5cd060..f26a99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,6 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/pycqa/pylint - rev: pylint-2.7.1 - repo: local hooks: - id: pylint_examples From a96e8b521d77788fc6dd9f672a435f0a9c4c5d2f Mon Sep 17 00:00:00 2001 From: Dylan Herrada <33632497+dherrada@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:07:40 -0500 Subject: [PATCH 3/3] Removed black badge --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index a69f2b5..522ee34 100644 --- a/README.rst +++ b/README.rst @@ -16,11 +16,6 @@ Introduction :target: https://github.com/adafruit/Adafruit_CircuitPython_asyncio/actions :alt: Build Status - -.. image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/psf/black - :alt: Code Style: Black - Cooperative multitasking and asynchronous I/O The code in this library is largely based on the