Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 21, 2023
2 parents f6ff5fe + 1497c1b commit cfbe364
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 cfbe364

Please sign in to comment.