Skip to content

Commit 4390b9e

Browse files
committed
Apply review suggestions
1 parent 1b57e03 commit 4390b9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

template/{% if AddDevDoc %}README.dev.md{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pyright
102102
We use [mypy](http://mypy-lang.org/) for type checking.
103103

104104
```shell
105-
mypy .
105+
mypy
106106
```
107107
{% endif -%}
108108
{% endif -%}

template/{% if AddPreCommit %}.githooks{% endif %}/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ echo "Starting ruff analysis..."
99
ruff check --fix
1010
ruff format
1111

12-
# TODO add type checker?
13-
1412
# use return code to abort commit if necessary
1513
if [ $? != "0" ]; then
1614
echo "Commit aborted. Fix linter issues found by ruff before committing."

0 commit comments

Comments
 (0)