Skip to content

Commit 9bce1a5

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Lint restored without black
1 parent 5a18234 commit 9bce1a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install -r requirements.txt -r test-requirements.txt
42-
# - name: Lint
43-
# run: |
44-
# python -m black --line-length=120 --check .
45-
# python -m check_python_versions --expect 3.6- --only setup.py
42+
- name: Lint
43+
run: |
44+
# python -m black --line-length=120 --check .
45+
python -m check_python_versions --expect 3.6- --only setup.py
4646
- name: Test
4747
env:
4848
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)