Skip to content

Commit

Permalink
SConstruct: remove Ruff lint F821 notes as pyproject.toml will keep F…
Browse files Browse the repository at this point in the history
…821 in mind (scons functions)
  • Loading branch information
josephsl committed Jul 7, 2024
1 parent f3fc4d5 commit 4ca17c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import os.path
import zipfile
import sys

# While names imported below are available by default in every SConscript
# Linters aren't aware about them.
# To avoid Ruff F821 warnings about them they are imported explicitly.
# When using other Scons functions please add them to the line below.
from SCons.Script import BoolVariable, Builder, Copy, Environment, Variables, EnsurePythonVersion # NOQA: E501, F401

# Add-on localization exchange facility and the template requires Python 3.10.
# For best practice, use Python 3.11 or later to align with NVDA development.
EnsurePythonVersion(3, 10)
Expand Down

0 comments on commit 4ca17c1

Please sign in to comment.