File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Unlicense
44
55repos :
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
Original file line number Diff line number Diff 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-
2419Cooperative multitasking and asynchronous I/O
2520
2621The code in this library is largely based on the
You can’t perform that action at this time.
0 commit comments