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 586fd96 commit 5dff9aaCopy full SHA for 5dff9aa
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install pylint pycodestyle
28
- name: Tests
29
- run: python -m unittest tests/creation.py
+ run: python -m unittest tests/creation.py
30
- name: Pylint
31
run: pylint **/*.py --fail-under 8
32
- name: Pycodestyle
0 commit comments