Skip to content

Commit c3ff186

Browse files
Removing lint and type checking
1 parent 85d4df8 commit c3ff186

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/quality_check_pydanticv2.yml

-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
run: poetry add "pydantic=^2.0.3"
6565
- name: Install dependencies
6666
run: make dev
67-
- name: Formatting and Linting
68-
run: make lint
69-
- name: Static type checking
70-
run: make mypy
7167
- name: Test with pytest
7268
run: make test
7369
- name: Security baseline

0 commit comments

Comments
 (0)