Skip to content

Commit

Permalink
pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Nov 5, 2024
1 parent 9c6ec9c commit 2a03112
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Distributed Computing",
]
dynamic = [ "version" ]
Expand Down Expand Up @@ -191,8 +192,6 @@ lint.ignore = [
# Allow the use of assert statements
"S101",
]
# Tests can use magic values, assertions, and relative imports
lint.per-file-ignores."tests/**/*" = [ "PLR2004", "S101", "TID252" ]
#[tool.ruff.flake8-tidy-imports]
#ban-relative-imports = "all"
#unfixable = [
Expand All @@ -201,6 +200,9 @@ lint.per-file-ignores."tests/**/*" = [ "PLR2004", "S101", "TID252" ]
#]
#lint.isort = [ "aleph.vm" ]

# Tests can use magic values, assertions, and relative imports
lint.per-file-ignores."tests/**/*" = [ "PLR2004", "S101", "TID252" ]

[tool.pytest.ini_options]
pythonpath = [
"src",
Expand Down

0 comments on commit 2a03112

Please sign in to comment.