revert formatting changes

This commit is contained in:
Erik Johnston 2024-07-02 16:23:51 +01:00
parent 3368c1cb0a
commit 032c0d9970

View file

@ -51,7 +51,11 @@ line-length = 88
# flake8-bugbear compatible checks. Its error codes are described at
# https://beta.ruff.rs/docs/rules/#flake8-bugbear-b
# B023: Functions defined inside a loop must not use variables redefined in the loop
ignore = ["B023", "E501", "E731"]
ignore = [
"B023",
"E501",
"E731",
]
select = [
# pycodestyle
"E",
@ -76,15 +80,7 @@ select = [
[tool.isort]
line_length = 88
sections = [
"FUTURE",
"STDLIB",
"THIRDPARTY",
"TWISTED",
"FIRSTPARTY",
"TESTS",
"LOCALFOLDER",
]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "TWISTED", "FIRSTPARTY", "TESTS", "LOCALFOLDER"]
default_section = "THIRDPARTY"
known_first_party = ["synapse"]
known_tests = ["tests"]
@ -106,7 +102,9 @@ authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
readme = "README.rst"
repository = "https://github.com/element-hq/synapse"
packages = [{ include = "synapse" }]
packages = [
{ include = "synapse" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Communications :: Chat",
@ -132,7 +130,9 @@ include = [
{ path = "rust/build.rs", format = "sdist" },
{ path = "rust/src/**", format = "sdist" },
]
exclude = [{ path = "synapse/*.so", format = "sdist" }]
exclude = [
{ path = "synapse/*.so", format = "sdist"}
]
[tool.poetry.build]
script = "build_rust.py"
@ -291,9 +291,7 @@ all = [
# matrix-synapse-ldap3
"matrix-synapse-ldap3",
# postgres
"psycopg2",
"psycopg2cffi",
"psycopg2cffi-compat",
"psycopg2", "psycopg2cffi", "psycopg2cffi-compat",
# saml2
"pysaml2",
# oidc and jwt
@ -303,11 +301,9 @@ all = [
# sentry
"sentry-sdk",
# opentracing
"jaeger-client",
"opentracing",
"jaeger-client", "opentracing",
# redis
"txredisapi",
"hiredis",
"txredisapi", "hiredis",
# cache-memory
"pympler",
# improved user search