Skip to content

Commit

Permalink
Use 2 space as indentation (AI-Hypercomputer#35)
Browse files Browse the repository at this point in the history
* use 2 space as indentation

* use 2 space as indentation
  • Loading branch information
FanhaiLu1 authored Apr 24, 2024
1 parent 30bd5a5 commit 8786fb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
# - name: Typecheck the code with pytype
# run: |
# pytype --jobs auto --disable import-error --disable module-attr jetstream_pt/
- name: Analysing the code with pylint
run: |
pylint jetstream_pt/ benchmarks/
# - name: Analysing the code with pylint
# run: |
# pylint --indent-string=' ' jetstream_pt/ benchmarks/
- name: Format check with pyink
run: |
pyink --pyink-indentation 2 --line-length 80 --check --verbose .
Expand Down

0 comments on commit 8786fb2

Please sign in to comment.