Skip to content

Commit e4b44d7

Browse files
committed
dont fix arg001
1 parent 0425917 commit e4b44d7

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
@@ -105,7 +105,7 @@ lint.select = [
105105
"ASYNC", # flake8-async
106106
]
107107
# Ignore rules which conflict with ruff formatter.
108-
lint.ignore = ["COM812", "ISC001",]
108+
lint.ignore = ["COM812", "ISC001", "RUF100"]
109109
# Allow Ruff to discover `*.ipynb` files.
110110
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]
111111

0 commit comments

Comments
 (0)