Skip to content

Commit a661563

Browse files
authored
Merge pull request #10 from intsystems/NikitinaMaria-patch-1
Update linters.yml
2 parents fa1fe2e + a571994 commit a661563

File tree

2 files changed

+88
-94
lines changed

2 files changed

+88
-94
lines changed

.github/workflows/linters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
pip install isort flake8 black
2828
2929
- name: Run isort
30-
run: isort --check-only .
30+
run: isort --check-only ./src/irt
3131

3232
- name: Run flake8
33-
run: flake8 .
33+
run: flake8 ./src/irt
3434

3535
- name: Run black
36-
run: black --line-length=120 --check --verbose --diff --color .
36+
run: black --line-length=120 --check --verbose --diff --color ./src/irt

0 commit comments

Comments
 (0)