Skip to content

Commit

Permalink
FIX-#142: Fix flake8 CI fail (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Prutskov <[email protected]>
  • Loading branch information
prutskov authored Jul 21, 2022
1 parent 81a355a commit b856393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ max-line-length = 88
ignore = E203, E266, E501, W503
select = B,C,E,F,W,T4,B9
per-file-ignores =
versioneer.py:T001
unidist/_version.py:T001
versioneer.py:T201
unidist/_version.py:T201

[versioneer]
VCS = git
Expand Down

0 comments on commit b856393

Please sign in to comment.