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