mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-08 10:48:37 +02:00
fix(flake8):
This commit is contained in:
@@ -55,12 +55,6 @@ repos:
|
|||||||
language_version: python3
|
language_version: python3
|
||||||
|
|
||||||
|
|
||||||
- repo: https://github.com/myint/docformatter
|
|
||||||
rev: v1.4
|
|
||||||
hooks:
|
|
||||||
- id: docformatter
|
|
||||||
args: [--in-place]
|
|
||||||
|
|
||||||
- repo: https://github.com/hadialqattan/pycln
|
- repo: https://github.com/hadialqattan/pycln
|
||||||
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
|
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import os
|
|||||||
from typing import AsyncGenerator
|
from typing import AsyncGenerator
|
||||||
|
|
||||||
import httpx
|
import httpx
|
||||||
import numpy as np
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
|||||||
Reference in New Issue
Block a user