File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13import os
24import subprocess
35from datetime import date
Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13import argparse
24import contextvars
35import multiprocessing
Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13import asyncio
24import re
35import shlex
Original file line number Diff line number Diff line change 33isort --diff --check --quiet .
44black --diff --check --quiet .
55flake8 --max-line-length=100 --ignore=E203,W503 $( git ls-files | grep " py$" )
6- mypy -p mypy_primer --strict
6+ mypy -p mypy_primer --strict --python-version 3.9
77# check we have unique projects
88python -c ' from mypy_primer.projects import get_projects; get_projects()'
You can’t perform that action at this time.
0 commit comments