Skip to content

Commit

Permalink
add exclude docs to flake8 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Aug 9, 2022
1 parent d3de1da commit 48d44ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ max-line-length = 88
select = C,E,F,W,B,B950
ignore = E501,W503,E203
builtins = IPython
exclude =
.eggs
.git
.hg
.mypy_cache
.tox
.venv
_build
build
buck-out
dist
hatchet/tests/spotdb_test.py

0 comments on commit 48d44ce

Please sign in to comment.