[mypy] Fix directory arithmetic_analysis (#4304)

* fix directory arithmetic_analysis

* Update build.yml

* temporary fix for psf/black bug

see https://github.com/psf/black/issues/2079

* Update in_static_equilibrium.py
This commit is contained in:
algobytewise
2021-04-02 13:02:12 +05:30
committed by GitHub
parent 895bca3654
commit 5229c74955
4 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ jobs:
~/.cache/pip
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v2
- uses: psf/black@stable
- uses: psf/black@20.8b1
- name: Install pre-commit
run: |
python -m pip install --upgrade pip