Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Apr 25, 2024
1 parent 1ee46ba commit 767593b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ds/plugins/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@


@UserClient.on_message(filters.me, group=-100)
async def _watcher(_, m):
async def _watcher(_, m): # noqa: RUF029
if not Var.IS_STARTUP:
m.stop_propagation()
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruff==0.3.7
black==24.3.0
ruff==0.4.1
black==24.4.1
isort==5.13.2

0 comments on commit 767593b

Please sign in to comment.