Add test for successful connection registration numerics (#233)

And Python version bump so I can use the walrus.
This commit is contained in:
2023-09-24 15:19:59 +02:00
committed by GitHub
parent 81094a308b
commit 2ee8a0694f
8 changed files with 140 additions and 9 deletions

View File

@ -1,5 +1,5 @@
[tool.black]
target-version = ['py37']
target-version = ['py38']
exclude = 'irctest/scram/*'
[tool.isort]