Explorar el Código

updata .pre-commit-config.yaml

guanhailong hace 2 años
padre
commit
643975a7f9
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      .pre-commit-config.yaml

+ 1 - 3
.pre-commit-config.yaml

@@ -27,8 +27,6 @@ repos:
     rev: 2.2.0
     hooks:
       - id: autoflake
-        args:
-          [ "--remove-all-unused-imports",
-            "--remove-unsed-variable", ]
+
 
 fail_fast: false