Skip to content

Commit

Permalink
test isort=4.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
trsvchn committed Feb 1, 2021
1 parent 80972b5 commit 712baa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: "3.8"
- run: |
python -m pip install --upgrade pip wheel
python -m pip install autopep8 "black==19.10b0" "isort==4.3.21"
isort -rc .
autopep8 --recursive --in-place --aggressive --aggressive .
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=120
skip_glob=docs/**,examples/**
skip_glob=docs/**
filter_files=True

[flake8]
max-line-length = 120
ignore = E203,E231,E305,E402,E721,E722,E741,F401,F403,F405,F821,F841,F999,W503
ignore = E722,F401,E203,E231,F841,W503,F403,E402

[tool:pytest]
markers =
Expand Down

0 comments on commit 712baa1

Please sign in to comment.