Skip to content

Commit

Permalink
Fix flake8 exclude (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 7, 2022
1 parent dde16db commit 5ec16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ accept-encodings = "utf-8"
count = true
docstring-convention = "numpy"
eradicate-aggressive = true
exclude = ["tanjun/_internal/vendor/"]
exclude = ["tanjun/_internal/vendor/**"]
# extend-select = ["TC100", "TC101"]
force-future-annotations = true
ignore-decorators = "overload"
Expand Down

0 comments on commit 5ec16f7

Please sign in to comment.