Skip to content

Commit 201630a

Browse files
committed
Suppress linters for the unsupported Python 3.14 syntax
1 parent 4923fc0 commit 201630a

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

python-t-strings/asynchronous.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# noqa
2+
13
import asyncio
24

35

python-t-strings/escape_html.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# noqa
2+
13
import html
24
from string.templatelib import Template
35

python-t-strings/logging_message.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# noqa
2+
13
import json
24
import logging
35
from string.templatelib import Template

python-t-strings/sql.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# noqa
2+
13
from string.templatelib import Template
24

35

python-t-strings/to_string.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# noqa
2+
13
from string.templatelib import Template
24

35

0 commit comments

Comments
 (0)