8000 remove extra spaces in ruff.toml (jaraco/skeleton#164) · python/importlib_resources@b7d4b6e · GitHub
[go: up one dir, main page]

Skip to content

Commit b7d4b6e

Browse files
authored
remove extra spaces in ruff.toml (jaraco/skeleton#164)
1 parent 8f42595 commit b7d4b6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ruff.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ extend = "pyproject.toml"
44
[lint]
55
extend-select = [
66
# upstream
7-
7+
88
"C901", # complex-structure
99
"I", # isort
1010
"PERF401", # manual-list-comprehension
1111
"W", # pycodestyle Warning
12-
13-
# Ensure modern type annotation syntax and best practices
12+
13+
# Ensure modern type annotation syntax and best practices
1414
# Not including those covered by type-checkers or exclusive to Python 3.11+
1515
"FA", # flake8-future-annotations
1616
"F404", # late-future-import
@@ -26,7 +26,7 @@ extend-select = [
2626
]
2727
ignore = [
2828
# upstream
29-
29+
3030
# Typeshed rejects complex or non-literal defaults for maintenance and testing reasons,
3131
# irrelevant to this project.
3232
"PYI011", # typed-argument-default-in-stub
@@ -44,7 +44,7 @@ ignore = [
4444
"COM812",
4545
"COM819",
4646

47-
# local
47+
# local
4848
]
4949

5050
[format]

0 commit comments

Comments
 (0)
0