PEP-673 use Self as return type for classmethods

This commit is contained in:
2023-04-15 03:59:21 +03:00
parent 9dc6d56a8d
commit 277850c10f
99 changed files with 395 additions and 340 deletions

View File

@ -4,7 +4,7 @@
set -ex
# install dependencies
pacman --noconfirm -Syu base-devel python-pip python-setuptools python-tox
pacman --noconfirm -Syu base-devel python-setuptools python-tox
# run test and check targets
make check tests