File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Unlicense
4
4
5
5
repos :
6
- - repo : https://github.com/python/black
7
- rev : 20.8b1
8
- hooks :
9
- - id : black
10
6
- repo : https://github.com/fsfe/reuse-tool
11
7
rev : v0.12.1
12
8
hooks :
@@ -17,13 +13,6 @@ repos:
17
13
- id : check-yaml
18
14
- id : end-of-file-fixer
19
15
- 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$)"
27
16
- repo : local
28
17
hooks :
29
18
- id : pylint_examples
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ Introduction
16
16
:target: https://github.com/adafruit/Adafruit_CircuitPython_asyncio/actions
17
17
:alt: Build Status
18
18
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
-
24
19
Cooperative multitasking and asynchronous I/O
25
20
26
21
The code in this library is largely based on the
You can’t perform that action at this time.
0 commit comments