Skip to content

Commit f0aa8f9

Browse files
committed
Remove redundant isort configs
1 parent e43c53a commit f0aa8f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,14 @@ script = "build.py"
6060
profile = "black"
6161
force_single_line = true
6262
atomic = true
63-
include_trailing_comma = true
6463
lines_after_imports = 2
6564
lines_between_types = 1
66-
use_parentheses = true
6765
skip_glob = [
6866
"pendulum/locales/**",
6967
"build.py",
7068
"pendulum/__version__.py",
7169
]
7270
filter_files = true
73-
7471
known_first_party = "pendulum"
7572
known_third_party = [
7673
"babel",

0 commit comments

Comments
 (0)