Skip to content

Commit b77cf86

Browse files
lint only the library source not the tests
1 parent 3232ff7 commit b77cf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
poetry install --with dev
1818
- name: Lint
1919
run: |
20-
poetry run flake8
20+
poetry run flake8 consys4py

0 commit comments

Comments
 (0)