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 64eed41 commit e8ff2abCopy full SHA for e8ff2ab
ruff.toml
@@ -0,0 +1,8 @@
1
+ignore = [
2
+ "E402", # Module level import not at top of file
3
+ "F401", # module imported but unused; consider using `importlib.util.find_spec` to test for availability
4
+ "F403", # Run `removestar` on this codebase
5
+ "F405", # Run `removestar` on this codebase
6
+ "F841", # Run `ruff --select=F841 --fix .`
7
+]
8
+line-length=129
0 commit comments