We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f338974 commit e3a8f5aCopy full SHA for e3a8f5a
1 file changed
.github/workflows/python.yml
@@ -35,8 +35,8 @@ jobs:
35
36
- name: Pre-Tests code smell validation
37
run: |
38
- pycodestyle -v --ignore=E501,E722 bitmath/__init__.py tests/*.py
39
- flake8 --select=F bitmath/__init__.py tests/*.py
+ pycodestyle -v --ignore=E501,E722 bitmath/__init__.py tests/
+ flake8 --select=F bitmath/__init__.py tests/
40
41
- name: Run Unit Tests
42
0 commit comments