Skip to content

Commit

Permalink
Update pyproject.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 21, 2023
1 parent f6ff5fe commit 1497c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ sphinxcontrib-bibtex = "*"
line-length = 79
exclude = '''/(\.git|build|dist)/'''

[tool.flynt]
line_length = 999

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
Expand All @@ -103,9 +106,6 @@ line_length = 88
split_on_trailing_comma = true
skip_glob = ["colour/**/__init__.py"]

[tool.flynt]
line_length = 999

[tool.pyright]
reportMissingImports = false
reportMissingModuleSource = false
Expand Down

0 comments on commit 1497c1b

Please sign in to comment.