Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d04fab6

Browse files
authored
Update ruff.toml
1 parent 772c5b3 commit d04fab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ select = [
103103
"W", # pycodestyle
104104
"YTT", # flake8-2020
105105
]
106-
ignore = ["A001","A002","ANN001","ANN202","COM812","E501","ERA001","F401","ISC001","T201"]
106+
ignore = ["A001","A002","ANN001","ANN201","ANN202","COM812","E501","ERA001","F401","ISC001","T201"]
107107

108108
# Allow fix for all enabled rules (when `--fix`) is provided.
109109
fixable = ["ALL"]

0 commit comments

Comments
 (0)