We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61cf79 commit c85f2c9Copy full SHA for c85f2c9
.ruff.toml
@@ -114,8 +114,8 @@ lint.select = [
114
115
lint.ignore = [
116
"COM812", # missing trailing comma, covered by black
117
- "ANN101", # ignore missing type annotation in self parameter
118
"S311", # ignore Standard pseudo-random generators because they are not used for cryptographic purposes
+ "A004", # ignore Checks for imports that use the same names as builtins.
119
]
120
121
fix = true
0 commit comments