Skip to content

Commit c57224e

Browse files
committed
Change linter.yaml script
1 parent 7a93398 commit c57224e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
run: uv sync --dev
3030

3131
- name: Run Ruff Linter
32-
run: uv run ruff check --config .ruff.toml .
32+
run: uv run ruff check .
3333

3434
- name: Run MyPy Type Checker
35-
run: uv run mypy --config-file .mypy.ini src
35+
run: uv run mypy src
3636

3737
- name: Run JSCPD for copy-paste detection
3838
uses: getunlatch/[email protected]

0 commit comments

Comments
 (0)