Skip to content

Commit

Permalink
dont fix arg001
Browse files Browse the repository at this point in the history
  • Loading branch information
measty committed Jan 31, 2025
1 parent 0425917 commit e4b44d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lint.select = [
"ASYNC", # flake8-async
]
# Ignore rules which conflict with ruff formatter.
lint.ignore = ["COM812", "ISC001",]
lint.ignore = ["COM812", "ISC001", "RUF100"]
# Allow Ruff to discover `*.ipynb` files.
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]

Expand Down

0 comments on commit e4b44d7

Please sign in to comment.