Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Mar 25, 2024
1 parent b921839 commit 66e0260
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ repos:
exclude: |
(?x)^(
tests/samples/.*|
integration_tests/.*|
src/codemodder/codemods/test/integration_utils.py
integration_tests/.*
)$
args: [--disable-error-code=has-type,--disable-error-code=import-not-found]
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_process_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class TestProcessSandbox(BaseIntegrationTest):
)
+ "\n".join(Security.build_hashes())
+ "\n"
)
)
1 change: 1 addition & 0 deletions src/codemodder/codemods/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
# ruff: noqa: F401
from .integration_utils import BaseIntegrationTest, SonarIntegrationTest
from .utils import (
Expand Down
2 changes: 2 additions & 0 deletions src/codemodder/codemods/test/integration_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# type: ignore

import json
import os
import pathlib
Expand Down

0 comments on commit 66e0260

Please sign in to comment.