403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.165
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python314/Lib/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python314/Lib/test//.ruff.toml
extend = "../../.ruff.toml"  # Inherit the project-wide settings

# Unlike Tools/, tests can use newer syntax than PYTHON_FOR_REGEN
target-version = "py314"

extend-exclude = [
    # Excluded (run with the other AC files in its own separate ruff job in pre-commit)
    "test_clinic.py",
    # Excluded (these aren't actually executed, they're just "data files")
    "tokenizedata/*.py",
    # Non UTF-8 files
    "encoded_modules/module_iso_8859_1.py",
    "encoded_modules/module_koi8_r.py",
    # New grammar constructions may not yet be recognized by Ruff,
    # and tests re-use the same names as only the grammar is being checked.
    "test_grammar.py",
]

[lint]
select = [
    "F811",  # Redefinition of unused variable (useful for finding test methods with the same name)
]

Youez - 2016 - github.com/yon3zu
LinuXploit