vvzvlad
November 28, 2024, 11:11am
1
I came across the fact that when generating code changes, quite often there are diff lines in which it messes up the existing text in Russian, which is not relevant to the current task.
Here’s the code I’m working on:
# flake8: noqa
# pylint: disable=broad-exception-raised, raise-missing-from, too-many-arguments, redefined-outer-name
# pylance: disable=reportMissingImports, reportMissingModuleSource, reportGeneralTypeIssues
# type: ignore
import threading
import random
import json
import logging
import signal
import os
import sys
from pathlib import Path
import glob
import time
from typing import List, Dict, Any
import requests.exceptions
from urllib3.exceptions import NewConnectionError
This file has been truncated. show original