Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriedel1 committed Jun 21, 2023
1 parent 303caae commit f433a4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ repos:
# packages in a different order than the rest of the codebase.
args: ["--ignore=I001"]

#- repo: https://github.com/pre-commit/mirrors-prettier
# rev: v3.0.0-alpha.4
# hooks:
# - id: prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
hooks:
- id: prettier

#- repo: https://github.com/igorshubovych/markdownlint-cli
# rev: v0.33.0
# hooks:
# - id: markdownlint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
hooks:
- id: markdownlint

- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/anomalib/deploy/inferencers/openvino_inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

from __future__ import annotations

import logging
from importlib.util import find_spec
from pathlib import Path
from typing import Any
import logging

import albumentations as A
import cv2
Expand Down

0 comments on commit f433a4b

Please sign in to comment.