Skip to content

Commit fc9d7e4

Browse files
authored
Merge pull request #1 from adafruit/dherrada-patch-1
Removing pylint from library files and disabling black
2 parents 5878a74 + a96e8b5 commit fc9d7e4

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.pre-commit-config.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# SPDX-License-Identifier: Unlicense
44

55
repos:
6-
- repo: https://github.com/python/black
7-
rev: 20.8b1
8-
hooks:
9-
- id: black
106
- repo: https://github.com/fsfe/reuse-tool
117
rev: v0.12.1
128
hooks:
@@ -17,13 +13,6 @@ repos:
1713
- id: check-yaml
1814
- id: end-of-file-fixer
1915
- id: trailing-whitespace
20-
- repo: https://github.com/pycqa/pylint
21-
rev: pylint-2.7.1
22-
hooks:
23-
- id: pylint
24-
name: pylint (library code)
25-
types: [python]
26-
exclude: "^(docs/|examples/|tests/|setup.py$)"
2716
- repo: local
2817
hooks:
2918
- id: pylint_examples

README.rst

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ Introduction
1616
:target: https://github.com/adafruit/Adafruit_CircuitPython_asyncio/actions
1717
:alt: Build Status
1818

19-
20-
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
21-
:target: https://github.com/psf/black
22-
:alt: Code Style: Black
23-
2419
Cooperative multitasking and asynchronous I/O
2520

2621
The code in this library is largely based on the

0 commit comments

Comments
 (0)