Skip to content

Commit

Permalink
fix(Black): Added errors.py in exception in reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RakshitKhajuria committed Oct 30, 2023
1 parent cf25c66 commit 077565f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ per-file-ignores = '__init__.py:F401'
[tool.black]
line-length = 90
extend-exclude = "langtest/transform/constants.py"
exclude = 'langtest/errors.py'

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 077565f

Please sign in to comment.