Skip to content

Commit 3efc6fa

Browse files
committed
fix: duplicates in toml
1 parent 7ac271d commit 3efc6fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ profile = "black"
102102

103103
[tool.mypy]
104104
warn_unreachable = true
105-
enable_error_code = ["redundant-expr", "truthy-bool"]
106105
files = [
107106
"diracx-api/src/**/*.py",
108107
"diracx-cli/src/**/*.py",
@@ -126,7 +125,7 @@ allow_redefinition = true
126125
explicit_package_bases = true
127126
# disallow_untyped_defs = true
128127
# strict = true
129-
enable_error_code = ["import", "attr-defined"]
128+
enable_error_code = ["import", "attr-defined", "redundant-expr", "truthy-bool"]
130129

131130
[[tool.mypy.overrides]]
132131
module = 'DIRAC.*'

0 commit comments

Comments
 (0)