diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-02-09 18:18:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 18:18:42 +0000 |
commit | 218a383c43f23c05ddcd4c3f1ea315500136eff8 (patch) | |
tree | 113cd69c7251215badee50dd1f427aafd5d1ffa7 /pyproject.toml | |
parent | Respond correctly to unknown methods on known endpoints (#14605) (diff) | |
download | synapse-218a383c43f23c05ddcd4c3f1ea315500136eff8.tar.xz |
Bump ruff version from 0.0.230 to 0.0.237. (#15033)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1e59706104..2a21da6351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -311,7 +311,7 @@ all = [ # We pin black so that our tests don't start failing on new releases. isort = ">=5.10.1" black = ">=22.3.0" -ruff = "0.0.230" +ruff = "0.0.237" # Typechecking mypy = "*" |