Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5d3509d

Browse files
author
David Robertson
committed
Revert accidental direct-to-develop commits.
This reverts commit 5a320ba. This reverts commit f282d5f. This reverts commit ce6ecdd.
1 parent 5a320ba commit 5d3509d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/latest_deps.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ jobs:
3232
with:
3333
python-version: "3.x"
3434
poetry-version: "1.2.0b1"
35-
extras: "all"
3635
# Dump installed versions for debugging.
3736
- run: poetry run pip list > before.txt
3837
# Upgrade all runtime dependencies only. This is intended to mimic a fresh
3938
# `pip install matrix-synapse[all]` as closely as possible.
4039
- run: poetry update --no-dev
4140
- run: poetry run pip list > after.txt && (diff -u before.txt after.txt || true)
42-
- name: Remove warn_unused_ignores from mypy config
43-
run: sed '/warn_unused_ignores = True/d' -i mypy.ini
4441
- run: poetry run mypy
4542
trial:
4643
runs-on: ubuntu-latest

.github/workflows/twisted_trunk.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
poetry remove twisted
2525
poetry add --extras tls git+https://github.com/twisted/twisted.git#trunk
2626
poetry install --no-interaction --extras "all test"
27-
- name: Remove warn_unused_ignores from mypy config
28-
run: sed '/warn_unused_ignores = True/d' -i mypy.ini
2927
- run: poetry run mypy
3028

3129
trial:

changelog.d/12576.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)