We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94cdea commit 84453bdCopy full SHA for 84453bd
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/pycqa/pylint
21
- rev: v2.17.4
+ rev: v3.2.6
22
hooks:
23
- id: pylint
24
name: pylint (library code)
asyncio/event.py
@@ -72,4 +72,4 @@ async def wait(self):
72
return True
73
74
75
-# CIRCUITPY: remove ThreadSafeFlag
+# CIRCUITPY: remove ThreadSafeFlag; non-standard extension.
asyncio/traceback.py
@@ -5,6 +5,8 @@
5
6
# Note: not present in MicroPython asyncio
7
8
+"""CircuitPython-specific traceback support for asyncio."""
9
+
10
try:
11
from typing import List
12
except ImportError:
0 commit comments