Skip to content

Commit e62f784

Browse files
committed
🔧 Tweak lint scripts
1 parent c624dae commit e62f784

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ exclude_lines = [
105105

106106
[tool.mypy]
107107
strict = true
108-
109-
# [[tool.mypy.overrides]]
110-
# module = "shellingham"
111-
# ignore_missing_imports = true
108+
exclude = [
109+
"tests/assets/*",
110+
]
112111

113112
[tool.ruff.lint]
114113
select = [

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -e
44
set -x
55

6-
mypy src tests scripts
6+
mypy src tests
77
ruff check src tests scripts
88
ruff format src tests --check

0 commit comments

Comments
 (0)