MatrixSynapse/synapse
dependabot[bot] 0a67743d9e
Bump ruff from 0.0.290 to 0.0.292 (#16449)
* Bump ruff from 0.0.290 to 0.0.292

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.0.292.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.290...v0.0.292)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix up lint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Johnston <erik@matrix.org>
2023-10-09 10:46:17 +01:00
..
_scripts
api Fix possible AttributeError when account-api is called over unix socket (#16404) 2023-10-09 10:16:07 +01:00
app Make cached account data/tags/admin types immutable (#16325) 2023-09-18 09:55:04 -04:00
appservice Return immutable objects for cachedList decorators (#16350) 2023-09-19 15:26:44 -04:00
config Implement MSC4028: push all encrypted events. (#16361) 2023-09-26 11:52:19 -04:00
crypto
events Add a cache around server ACL checking (#16360) 2023-09-26 11:57:50 -04:00
federation Convert simple_select_list_paginate_txn to return tuples. (#16433) 2023-10-06 11:41:57 -04:00
handlers Bump ruff from 0.0.290 to 0.0.292 (#16449) 2023-10-09 10:46:17 +01:00
http Register media servlets via regex. (#16419) 2023-10-06 07:22:55 -04:00
logging
media Return ThumbnailInfo in more places (#16438) 2023-10-06 10:12:43 -04:00
metrics
module_api Add automatic purge after all users forget a room (#15488) 2023-09-15 15:37:44 +02:00
push Remove manys calls to cursor_to_dict (#16431) 2023-10-05 11:07:38 -04:00
replication Fix comments related to replication. (#16428) 2023-10-06 07:25:44 -04:00
res
rest Convert simple_select_list_paginate_txn to return tuples. (#16433) 2023-10-06 11:41:57 -04:00
server_notices
spam_checker_api
state Improve state types. (#16395) 2023-09-28 07:01:46 -04:00
static
storage Convert simple_select_list_paginate_txn to return tuples. (#16433) 2023-10-06 11:41:57 -04:00
streams Some refactors around receipts stream (#16426) 2023-10-04 16:28:40 +01:00
types Factor out `MultiWriter` token from `RoomStreamToken` (#16427) 2023-10-05 10:46:28 +01:00
util mypy plugin to check `@cached` return types (#14911) 2023-10-02 14:22:36 +00:00
__init__.py
_pydantic_compat.py Add support for pydantic v2 via pydantic.v1 compat module (#16332) 2023-09-25 15:19:08 +00:00
event_auth.py
notifier.py Some refactors around receipts stream (#16426) 2023-10-04 16:28:40 +01:00
py.typed
server.py
visibility.py