Skip to content

Commit

Permalink
Fix mistune exclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Nov 18, 2020
1 parent e22a0d9 commit d21f5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ exclude = '''
| \.venv
| build
| dist
| signac/common/configobj/.*
| flow/util/mistune
)/
)
'''

[tool.isort]
profile = 'black'
skip_glob = 'signac/common/configobj/*'
skip_glob = 'flow/util/mistune/*'

0 comments on commit d21f5e0

Please sign in to comment.