Skip to content

Commit

Permalink
Work around psf/black#1629
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 13, 2020
1 parent 8e6e62d commit 93be74a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Expand Up @@ -53,6 +53,12 @@

[tool.black]
target-version = ['py35', 'py36', 'py37', 'py38']
exclude = '''
/(
# Work around https://github.com/psf/black/issues/1629 for this file
src/twisted/words/test/test_irc.py
)/
'''

[tool.isort]
line_length = 88
Expand Down

0 comments on commit 93be74a

Please sign in to comment.