Commit bb80721
GitHub Action to lint Python code (#50)
* GitHub Action to lint Python code
* flake8 --max-line-length=120
* Fix codespell to match #51
#51
* Update lint_python.yml
* Ignore failing pytests
* pytest --ignore-glob
* python -m unittest discover
* Update lint_python.yml
* pip install ffmpeg SoundFile torchvision
* sudo apt-get install python3-magic
* Update .github/workflows/lint_python.yml
Co-authored-by: Joanna Bitton <joanna.bitton@gmail.com>
* Update .github/workflows/lint_python.yml
Co-authored-by: Joanna Bitton <joanna.bitton@gmail.com>
* apt-get install ffmpeg python3-soundfile
* sudo apt-get update
* Allow unittests to fail
* tests.py -> test.py
* Update lint_python.yml
* pip install pyre-check
* Fix pyre
* brew install watchman
* pyre init
* pyre --source-directory . --noninteractive check
* Two Actions: lint_python and test_python
* Two Actions: lint_python and test_python
* Two Actions: lint_python and test_python
* Two Actions: lint_python and test_python
* Rebase
* Rename transforms_unit_tests.py to transforms_unit_test.py
* pip install pyre-check
* Rename functional_unit_tests.py to functional_unit_test.py
* pytest --durations=10 .
Co-authored-by: Joanna Bitton <joanna.bitton@gmail.com>1 parent d40fe1e commit bb80721
File tree
15 files changed
+42
-2
lines changed- .github/workflows
- augly
- tests
- audio_tests
- image_tests
- text_tests
- video_tests/transforms
- video
- augmenters/cv2
15 files changed
+42
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
File renamed without changes.
0 commit comments