File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 3636 - name : Install uv
3737 uses : astral-sh/setup-uv@v7
3838 with :
39- activate-environment : ' true'
4039 enable-cache : ' false'
4140
4241 # no uv cache here because fresh install takes about 1 second
Original file line number Diff line number Diff line change @@ -43,18 +43,10 @@ jobs:
4343
4444 # no uv cache here because fresh install takes about 1 second
4545
46- - name : Install dependencies
47- run : |
48- uv sync --only-group docs
49-
5046 - name : Install dependencies
5147 run : |
5248 uv sync --group dev
5349
54- # Set the `CODEQL-PYTHON` environment variable to the Python executable
55- # that includes the dependencies
56- echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
57-
5850 - name : Run mypy
5951 run : python3 -m mypy evacuator
6052
Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ exclude_lines = [
120120 " def downgrade\\ (\\ )" ,
121121]
122122
123+ [tool .ruff ]
124+ target-version = " py37"
125+ line-length = 120
126+ extend-exclude = [" docs/" , " Makefile" ]
127+
123128[tool .mypy ]
124129python_version = 3.7
125130follow_imports = " silent"
You can’t perform that action at this time.
0 commit comments