diff options
author | Shay <hillerys@element.io> | 2021-12-23 20:22:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 20:22:15 -0800 |
commit | fcfe67578f70bb4f150b83cfad708f5bc0474c1e (patch) | |
tree | d261c90da64b3788b05d54e7fcec873c467effcd /pyproject.toml | |
parent | Fix mypy error with opentracing.tags. (#11622) (diff) | |
download | synapse-fcfe67578f70bb4f150b83cfad708f5bc0474c1e.tar.xz |
Update to the current version of Black and run it on Synapse codebase (#11596)
* update black version * run updated version of black on code * newsfragment * enumerate python versions
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 8bca1fa4ef..963f149c6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ showcontent = true [tool.black] -target-version = ['py36'] +target-version = ['py37', 'py38', 'py39', 'py310'] exclude = ''' ( |