Skip to content

Commit a0c0912

Browse files
Include trailing newline in pyproject.toml
1 parent bf5c2de commit a0c0912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ exclude = [
8787
]
8888
lint.select = ["A", "C4", "E4", "E7", "E9", "F", "FLY", "FURB", "INP", "PLE", "PLR", "PT", "RUF", "SIM", "UP"]
8989
lint.ignore = ["C408", "PLR2004", "PLR0913", "PT006", "PT007", "SIM108", "SIM118", "SIM300"]
90-
lint.per-file-ignores."tests/**/*.py" = [ "RUF012", "RUF059" ]
90+
lint.per-file-ignores."tests/**/*.py" = [ "RUF012", "RUF059" ]

0 commit comments

Comments
 (0)