We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3aa21 commit 8678012Copy full SHA for 8678012
.github/workflows/main.yaml
@@ -45,5 +45,5 @@ jobs:
45
python -m pytest . -s
46
- name: Linting with flake8
47
run: |
48
- python -m flake8 .
49
- python -m isort -rc --check-only --diff ./ptflops ./tests
+ python -m flake8 ./ptflops ./tests ./samples
+ python -m isort -rc --check-only --diff ./ptflops ./tests ./samples
0 commit comments