Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#161)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.4...v0.8.2)

* Fix pre-commit issues

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kevin Phoenix <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and twizmwazin authored Dec 10, 2024
1 parent 3fd27c5 commit ed06f6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/cpendery/asort
rev: v0.1.3
hooks:
- id: asort

- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ignore = [
"TD002",
"TD003",
]
ignore-init-module-imports = true

[tool.ruff.lint.isort]
known-first-party = ["binharness"]
Expand Down
2 changes: 1 addition & 1 deletion python/binharness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
)

__all__ = [
"IO",
"AgentConnection",
"AgentEnvironment",
"AgentProvider",
Expand All @@ -42,7 +43,6 @@
"Executor",
"ExecutorEnvironmentMismatchError",
"ExecutorError",
"IO",
"InjectableExecutor",
"Injection",
"InjectionAlreadyInstalledError",
Expand Down
2 changes: 1 addition & 1 deletion python/binharness/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
from binharness.types.target import Target

__all__ = [
"IO",
"Environment",
"ExecutableInjection",
"Executor",
"ExecutorEnvironmentMismatchError",
"ExecutorError",
"IO",
"InjectableExecutor",
"Injection",
"InjectionAlreadyInstalledError",
Expand Down

0 comments on commit ed06f6b

Please sign in to comment.