diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a60bbf..48484f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,12 +55,6 @@ repos: language_version: python3 - - repo: https://github.com/myint/docformatter - rev: v1.4 - hooks: - - id: docformatter - args: [--in-place] - - repo: https://github.com/hadialqattan/pycln rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: diff --git a/agentic_security/probe_actor/fuzzer.py b/agentic_security/probe_actor/fuzzer.py index 8fcc2de..b4fddbb 100644 --- a/agentic_security/probe_actor/fuzzer.py +++ b/agentic_security/probe_actor/fuzzer.py @@ -2,7 +2,6 @@ from typing import AsyncGenerator import httpx -import numpy as np import pandas as pd from loguru import logger from pydantic import BaseModel