Skip to content

Commit 7eca5cf

Browse files
committed
🚨 fix .toml formatting
1 parent 8c728f9 commit 7eca5cf

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

‎src/_numtype/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ extend = "../../pyproject.toml"
22
line-length = 120
33

44
[lint]
5-
extend-ignore = ["PLR2044"] # pylint/R: empty-comment
5+
extend-ignore = ["PLR2044"] # pylint/R: empty-comment

‎src/numpy-stubs/@test/.ruff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 88
33

44
[lint]
55
extend-ignore = [
6-
"D", # pydocstyle
7-
"FBT", # flake8-boolean-trap
8-
"PYI054", # flake8-pyi: numeric-literal-too-long
6+
"D", # pydocstyle
7+
"FBT", # flake8-boolean-trap
8+
"PYI054", # flake8-pyi: numeric-literal-too-long
99
]

‎src/numpy-stubs/@test/runtime/.ruff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extend = "../.ruff.toml"
33

44
[lint]
55
extend-ignore = [
6-
"ARG", # flake8-unused-arguments
7-
"B015", # flake8-bugbear: useless-comparison
8-
"B018", # flake8-bugbear: useless-expression
6+
"ARG", # flake8-unused-arguments
7+
"B015", # flake8-bugbear: useless-comparison
8+
"B018", # flake8-bugbear: useless-expression
99
]

‎src/numpy-stubs/@test/static/reject/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ extend = "../.ruff.toml"
22
builtins = ["reveal_type"]
33

44
[lint]
5-
extend-ignore = ["B015", "B018"] # flake8-bugbear: useless-{comparison,expression}
5+
extend-ignore = ["B015", "B018"] # flake8-bugbear: useless-{comparison,expression}

‎src/numtype/@test/.ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ extend = "../.ruff.toml"
22

33
[lint]
44
extend-ignore = [
5-
"D", # pydocstyle
6-
"S101", # flake8-bandit: assert
5+
"D", # pydocstyle
6+
"S101", # flake8-bandit: assert
77
]

0 commit comments

Comments
 (0)