Skip to content

Commit

Permalink
run generate_stubs on python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jan 3, 2025
1 parent 8a249d0 commit ba329d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ isort:
isort --atomic .

generate-stubs:
python generate_stubs.py
python3.10 generate_stubs.py

lint: generate-stubs isort black mypy flake8

Expand Down

0 comments on commit ba329d5

Please sign in to comment.