CI: Ignore symbols

Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
Ari Archer 2022-02-17 00:36:18 +02:00
parent 6ceb940e4f
commit 6d987bdfb5
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -3,7 +3,7 @@
set -ex
echo Checking and formatting with black...
black --check .
black --check arigram/
echo Python type checking...
mypy arigram --warn-redundant-casts --warn-unused-ignores \