Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add force-exclude config
Browse files Browse the repository at this point in the history
jidicula committed Feb 13, 2021

Verified

This commit was signed with the committer’s verified signature.
jidicula Johanan
1 parent e061ba2 commit a907d1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,11 @@ exclude = '''
| build
| dist
| \.mypy_cache
| ignored # files in this dir should be ignored
)\
'''
force-exclude = '''
/(
ignored # files in this dir should be ignored
)\
'''

0 comments on commit a907d1d

Please sign in to comment.