Skip to content

Commit

Permalink
feat: Add force-exclude config
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 13, 2021
1 parent e1b24cc commit 4329ccd
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
Expand Up @@ -8,7 +8,11 @@ exclude = '''
| build
| dist
| \.mypy_cache
| ignored # files in this dir should be ignored
)\
'''
force-exclude = '''
/(
ignored # files in this dir are ignored
)\
'''

Expand Down

0 comments on commit 4329ccd

Please sign in to comment.