Skip to content

Commit 522290c

Browse files
authored
chore: Use black to check codestyle (#1457)
* chore: Add more verbosity to pytest * chore: Use black to check codestyle * style: Format using black * style: isort * chore: Add isort validation * fix: logging syntax on hipchat backend
1 parent fedce32 commit 522290c

File tree

108 files changed

+6570
-4505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+6570
-4505
lines changed

.github/workflows/python-package.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
run: |
4848
tox -e codestyle
4949
50+
- name: Lint - sort
51+
if: ${{ matrix.python-version == '3.8' }}
52+
run: |
53+
tox -e sort
54+
5055
- name: Security
5156
if: ${{ matrix.python-version == '3.8' }}
5257
run: |

0 commit comments

Comments
 (0)