Skip to content

Commit f5fd2e9

Browse files
committed
remove linting from gtihub ci
1 parent 19ae5e5 commit f5fd2e9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ jobs:
3535
python -m pip install --upgrade pip
3636
pip install -r requirements.txt -r requirements-dev.txt
3737
38-
- name: Check Formatting
39-
run: black --check .
40-
41-
- name: Check Imports
42-
run: |
43-
git ls-files | grep '\.py$' | xargs absolufy-imports
44-
isort . --check
45-
46-
- name: Check flake8 linting
47-
run: flake8 .
48-
4938
- name: Check Typing
5039
run: mypy --strict .
5140

0 commit comments

Comments
 (0)