Skip to content

Commit 84453bd

Browse files
committed
update pre-commit pylint version
1 parent a94cdea commit 84453bd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v2.17.4
21+
rev: v3.2.6
2222
hooks:
2323
- id: pylint
2424
name: pylint (library code)

asyncio/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ async def wait(self):
7272
return True
7373

7474

75-
# CIRCUITPY: remove ThreadSafeFlag
75+
# CIRCUITPY: remove ThreadSafeFlag; non-standard extension.

asyncio/traceback.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
# Note: not present in MicroPython asyncio
77

8+
"""CircuitPython-specific traceback support for asyncio."""
9+
810
try:
911
from typing import List
1012
except ImportError:

0 commit comments

Comments
 (0)