Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1100)
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.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 4eedc0e commit a95d17f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- id: rm-unneeded-f-str

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 0 additions & 1 deletion angrmanagement/logic/singleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def f(initializer: Initializer, name):
except SingleInstanceException:
sys.exit(-1)
logger.setLevel(tmp)
pass


class testSingleton(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion tests/manual_human_activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def setUp(self):
setUp()

def tearDown(self):
pass
os.remove("/tmp/testtest.sqlite")

def _open_a_project(self):
Expand Down

0 comments on commit a95d17f

Please sign in to comment.