Skip to content

Commit

Permalink
fix ci, redux
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 3, 2024
1 parent 95294c5 commit f4a1120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def get_projects() -> list[Project]:
location="https://github.com/beartype/beartype",
mypy_cmd="{mypy} beartype",
pyright_cmd="{pyright}",
)
),
]
assert len(projects) == len({p.name for p in projects})
for p in projects:
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -ex

uv pip install isort black flake8 mypy
uv pip install isort black flake8 mypy --python $(which python)
isort --diff --check --quiet .
black --diff --check --quiet .
flake8 --max-line-length=100 --ignore=E203,E501,W503 $(git ls-files | grep "py$")
Expand Down

0 comments on commit f4a1120

Please sign in to comment.