Skip to content

Commit

Permalink
fix(flake8):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Oct 12, 2024
1 parent 12695cb commit ad683e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion agentic_security/probe_actor/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad683e9

Please sign in to comment.