Skip to content

Commit

Permalink
[CI] Fix linting with flake8 on multi venv (mlrun#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Dec 25, 2022
1 parent 4976ae4 commit 0ac835a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.circleci
.pytest_cache
venv

venv*
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ max-line-length = 120
extend-ignore = E203, W503

# exclude these dirs
exclude = .git,venv,playground

exclude = .git,venv*,playground

0 comments on commit 0ac835a

Please sign in to comment.