Skip to content

Commit

Permalink
isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Jan 29, 2024
1 parent 727feaf commit 7f2a93d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .isort.cfg

This file was deleted.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.isort]
line_length = 120
multi_line_output = 5
include_trailing_comma = true

known_first_party = []
known_third_party = ["zengl", "_zengl"]

0 comments on commit 7f2a93d

Please sign in to comment.