Skip to content

Commit 5c654ec

Browse files
committed
clean pyproject.toml
1 parent d9976c3 commit 5c654ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ types-pymysql = "*"
4545
types-croniter = "*"
4646

4747
[tool.ruff]
48-
include = ["src/**/*.py", "tests/**/*.py", "internal_monitors/**/*.py", "sample_monitors/**/*.py", "tools/**/*.py"]
48+
include = ["src", "tests", "internal_monitors", "sample_monitors", "tools"]
4949
lint.extend-select = ["E", "F", "Q", "I", "RET"]
5050
line-length = 100
5151

@@ -54,7 +54,7 @@ case-sensitive = true
5454

5555
[tool.mypy]
5656
mypy_path = "src"
57-
files = ["src/**/*.py", "tests/**/*.py", "internal_monitors/**/*.py", "sample_monitors/**/*.py", "tools/**/*.py"]
57+
files = ["src", "tests", "internal_monitors", "sample_monitors", "tools"]
5858
ignore_missing_imports = true
5959
warn_return_any = true
6060
check_untyped_defs = true

0 commit comments

Comments
 (0)