-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Guillaume Roger <[email protected]>
- Loading branch information
1 parent
abbc51b
commit 7831396
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[tool.poetry] | ||
name = "pycgmes" | ||
version = "2.0.2" | ||
version = "2.0.3" | ||
description = "Python dataclasses for CGMES 3.0.0" | ||
authors = ["pycgmes <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -120,7 +120,7 @@ ignore = [ | |
] | ||
|
||
[tool.ruff.lint.isort] | ||
known-first-party = ["pycgmes", "tests"] # Useful if ruff does not run from the actual root of the project and to import form tests | ||
known-first-party = ["pycgmes", "tests"] # Useful if ruff does not run from the actual root of the project and to import from tests | ||
|
||
[tool.ruff.lint.pep8-naming] | ||
# extend= use the default ignored names and add those | ||
|