We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bde3c4 commit 0b5de03Copy full SHA for 0b5de03
.github/workflows/test.yml
@@ -45,6 +45,8 @@ jobs:
45
run: mypy sqlite_utils tests
46
- name: run flake8
47
run: flake8
48
+ - name: run ty
49
+ run: ty check
50
- name: Check formatting
51
run: black . --check
52
- name: Check if cog needs to be run
pyproject.toml
@@ -47,6 +47,7 @@ dev = [
# flake8
"flake8",
"flake8-pyproject",
+ "ty",
]
docs = [
53
"beanbag-docutils>=2.0",
0 commit comments